Home
last modified time | relevance | path

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

/aosp12/system/netd/bpf_progs/
H A Dclatd.c135 if (bpf_skb_change_proto(skb, htons(ETH_P_IP), 0)) return TC_ACT_OK;
293 if (bpf_skb_change_proto(skb, htons(ETH_P_IPV6), 0)) return TC_ACT_OK;
H A Dbpf_net_helpers.h43 static int (*bpf_skb_change_proto)(struct __sk_buff* skb, __be16 proto, variable
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Dbpf_net_helpers.h42 static int (*bpf_skb_change_proto)(struct __sk_buff* skb, __be16 proto, variable