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

/linux-master/include/linux/
H A Din.h21 static inline int proto_ports_offset(int proto) function
/linux-master/samples/bpf/
H A Dsockex2_kern.c29 static inline int proto_ports_offset(__u64 proto) function
177 poff = proto_ports_offset(ip_proto);
/linux-master/net/netfilter/
H A Dxt_HMARK.c137 protoff = proto_ports_offset(t->proto);
H A Dxt_hashlimit.c692 poff = proto_ports_offset(nexthdr);
/linux-master/net/core/
H A Dflow_dissector.c117 * is the protocol port offset returned from proto_ports_offset
122 int poff = proto_ports_offset(ip_proto);

Completed in 198 milliseconds