Searched refs:bpf_skb_change_proto (Results 1 – 2 of 2) sorted by relevance
135 if (bpf_skb_change_proto(skb, htons(ETH_P_IP), 0)) return TC_ACT_OK; in nat64()293 if (bpf_skb_change_proto(skb, htons(ETH_P_IPV6), 0)) return TC_ACT_OK;
43 static int (*bpf_skb_change_proto)(struct __sk_buff* skb, __be16 proto, variable