Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dsockex2_kern.c29 static inline int proto_ports_offset(__u64 proto) in proto_ports_offset() function
177 poff = proto_ports_offset(ip_proto); in flow_dissector()
/openbmc/linux/include/linux/
H A Din.h21 static inline int proto_ports_offset(int proto) in proto_ports_offset() function
/openbmc/linux/net/netfilter/
H A Dxt_HMARK.c137 protoff = proto_ports_offset(t->proto); in hmark_set_tuple_ports()
H A Dxt_hashlimit.c692 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst()
/openbmc/linux/net/core/
H A Dflow_dissector.c122 int poff = proto_ports_offset(ip_proto); in __skb_flow_get_ports()