Searched refs:tc_skb_protocol (Results 1 – 10 of 10) sorted by relevance
87 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_dst()111 return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); in flow_get_proto_dst()158 switch (tc_skb_protocol(skb)) { in flow_get_nfct_src()171 switch (tc_skb_protocol(skb)) { in flow_get_nfct_dst()
210 switch (tc_skb_protocol(skb)) { in dsmark_enqueue()303 switch (tc_skb_protocol(skb)) { in dsmark_dequeue()320 __func__, ntohs(tc_skb_protocol(skb))); in dsmark_dequeue()
65 switch (tc_skb_protocol(skb)) { in em_ipset_match()
54 switch (tc_skb_protocol(skb)) { in tcf_skbedit_act()
246 err = dev_hard_header(skb, dev, ntohs(tc_skb_protocol(skb)), in __teql_resolve()
576 switch (tc_skb_protocol(skb)) { in tcf_csum_act()
202 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
963 __be16 protocol = tc_skb_protocol(skb); in tcf_classify()1005 protocol = tc_skb_protocol(skb); in tcf_classify()
592 if (tc_skb_protocol(skb) != htons(ETH_P_IP)) in cake_update_flowkeys()
125 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function