Home
last modified time | relevance | path

Searched refs:tc_skb_protocol (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/sched/
Dcls_flow.c87 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_dst()
108 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_proto_dst()
154 switch (tc_skb_protocol(skb)) { in flow_get_nfct_src()
166 switch (tc_skb_protocol(skb)) { in flow_get_nfct_dst()
Dsch_dsmark.c202 switch (tc_skb_protocol(skb)) { in dsmark_enqueue()
290 switch (tc_skb_protocol(skb)) { in dsmark_dequeue()
307 __func__, ntohs(tc_skb_protocol(skb))); in dsmark_dequeue()
Dem_ipset.c62 switch (tc_skb_protocol(skb)) { in em_ipset_match()
Dsch_teql.c245 err = dev_hard_header(skb, dev, ntohs(tc_skb_protocol(skb)), in __teql_resolve()
Dact_csum.c513 switch (tc_skb_protocol(skb)) { in tcf_csum()
Dem_meta.c200 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
Dsch_api.c1823 __be16 protocol = tc_skb_protocol(skb); in tc_classify()
1857 protocol = tc_skb_protocol(skb); in tc_classify()
/linux-4.4.14/include/net/
Dpkt_sched.h116 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function