Home
last modified time | relevance | path

Searched refs:bpf_skb_change_proto (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/
Dnat6to4.bpf.c130 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-6.12.1/net/core/
Dfilter.c3376 BPF_CALL_3(bpf_skb_change_proto, struct sk_buff *, skb, __be16, proto, in BPF_CALL_3() argument
3407 .func = bpf_skb_change_proto,
7903 func == bpf_skb_change_proto || in bpf_helper_changes_pkt_data()