Searched refs:bpf_skb_change_proto (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tc_bpf2bpf.c | 15 bpf_skb_change_proto(skb, 0, 0); in subprog_tc()
|
/linux/tools/testing/selftests/net/ |
H A D | nat6to4.bpf.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()
|
/linux/net/core/ |
H A D | filter.c | 3373 BPF_CALL_3(bpf_skb_change_proto, struct sk_buff *, skb, __be16, proto, in BPF_CALL_3() argument 3404 .func = bpf_skb_change_proto,
|