Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dbpf_net_helpers.h37 static int (*bpf_skb_change_proto)(struct __sk_buff* skb, __be16 proto, variable
Dclatd.c132 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()