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