Searched refs:tc_skb_protocol (Results 1 – 12 of 12) sorted by relevance
83 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_dst()107 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()167 switch (tc_skb_protocol(skb)) { in flow_get_nfct_dst()
213 switch (tc_skb_protocol(skb)) { in dsmark_enqueue()306 switch (tc_skb_protocol(skb)) { in dsmark_dequeue()323 __func__, ntohs(tc_skb_protocol(skb))); in dsmark_dequeue()
62 switch (tc_skb_protocol(skb)) { in em_ipset_match()
99 if (tc_skb_protocol(skb) == htons(ETH_P_IP)) { in tcf_ctinfo_act()105 } else if (tc_skb_protocol(skb) == htons(ETH_P_IPV6)) { in tcf_ctinfo_act()
215 switch (tc_skb_protocol(skb)) { in em_ipt_match()
44 switch (tc_skb_protocol(skb)) { in tcf_skbedit_act()
242 err = dev_hard_header(skb, dev, ntohs(tc_skb_protocol(skb)), in __teql_resolve()
590 protocol = tc_skb_protocol(skb); in tcf_csum_act()
198 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
595 if (tc_skb_protocol(skb) != htons(ETH_P_IP)) in cake_update_flowkeys()1523 switch (tc_skb_protocol(skb)) { in cake_handle_diffserv()
1581 __be16 protocol = tc_skb_protocol(skb); in tcf_classify()
131 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function