Searched refs:bpf_skb_change_proto (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | nat6to4.c | 130 if (bpf_skb_change_proto(skb, bpf_htons(ETH_P_IP), 0)) in sched_cls_ingress6_nat_6_prog() 254 if (bpf_skb_change_proto(skb, bpf_htons(ETH_P_IPV6), 0)) in sched_cls_egress4_snat4_prog()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 3370 BPF_CALL_3(bpf_skb_change_proto, struct sk_buff *, skb, __be16, proto, in BPF_CALL_3() argument 3401 .func = bpf_skb_change_proto, 7868 func == bpf_skb_change_proto || in bpf_helper_changes_pkt_data()
|