Searched refs:tc_skb_protocol (Results 1 – 8 of 8) sorted by relevance
206 switch (tc_skb_protocol(skb)) { in dsmark_enqueue()292 switch (tc_skb_protocol(skb)) { in dsmark_dequeue()309 __func__, ntohs(tc_skb_protocol(skb))); in dsmark_dequeue()
80 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_dst()101 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_proto_dst()147 switch (tc_skb_protocol(skb)) { in flow_get_nfct_src()159 switch (tc_skb_protocol(skb)) { in flow_get_nfct_dst()
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()
512 switch (tc_skb_protocol(skb)) { in tcf_csum()
200 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
1821 __be16 protocol = tc_skb_protocol(skb); in tc_classify_compat()
118 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function