Searched refs:tc_skb_protocol (Results 1 – 8 of 8) sorted by relevance
87 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()
202 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()
62 switch (tc_skb_protocol(skb)) { in em_ipset_match()
245 err = dev_hard_header(skb, dev, ntohs(tc_skb_protocol(skb)), in __teql_resolve()
513 switch (tc_skb_protocol(skb)) { in tcf_csum()
200 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
1823 __be16 protocol = tc_skb_protocol(skb); in tc_classify()1857 protocol = tc_skb_protocol(skb); in tc_classify()
116 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function