Home
last modified time | relevance | path

Searched refs:proto_ports_offset (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/samples/bpf/
Dsockex2_kern.c28 static inline int proto_ports_offset(__u64 proto) in proto_ports_offset() function
176 poff = proto_ports_offset(ip_proto); in flow_dissector()
/Linux-v5.4/include/linux/
Din.h21 static inline int proto_ports_offset(int proto) in proto_ports_offset() function
/Linux-v5.4/net/netfilter/
Dxt_HMARK.c137 protoff = proto_ports_offset(t->proto); in hmark_set_tuple_ports()
Dxt_hashlimit.c710 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst()
/Linux-v5.4/net/ipv4/netfilter/
Dipt_CLUSTERIP.c345 poff = proto_ports_offset(iph->protocol); in clusterip_hashfn()
/Linux-v5.4/net/core/
Dflow_dissector.c186 int poff = proto_ports_offset(ip_proto); in __skb_flow_get_ports()