Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dsockex2_kern.c28 static inline int proto_ports_offset(__u64 proto) in proto_ports_offset() function
175 poff = proto_ports_offset(ip_proto); in flow_dissector()
/linux-4.4.14/include/linux/
Din.h25 static inline int proto_ports_offset(int proto) in proto_ports_offset() function
/linux-4.4.14/net/netfilter/
Dxt_HMARK.c138 protoff = proto_ports_offset(t->proto); in hmark_set_tuple_ports()
Dxt_hashlimit.c573 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c250 poff = proto_ports_offset(iph->protocol); in clusterip_hashfn()
/linux-4.4.14/net/core/
Dflow_dissector.c85 int poff = proto_ports_offset(ip_proto); in __skb_flow_get_ports()