Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dcls_flow.c83 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()
Dsch_dsmark.c213 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()
Dem_ipset.c62 switch (tc_skb_protocol(skb)) { in em_ipset_match()
Dact_ctinfo.c99 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()
Dem_ipt.c215 switch (tc_skb_protocol(skb)) { in em_ipt_match()
Dact_skbedit.c44 switch (tc_skb_protocol(skb)) { in tcf_skbedit_act()
Dsch_teql.c242 err = dev_hard_header(skb, dev, ntohs(tc_skb_protocol(skb)), in __teql_resolve()
Dact_csum.c590 protocol = tc_skb_protocol(skb); in tcf_csum_act()
Dem_meta.c198 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
Dsch_cake.c595 if (tc_skb_protocol(skb) != htons(ETH_P_IP)) in cake_update_flowkeys()
1523 switch (tc_skb_protocol(skb)) { in cake_handle_diffserv()
Dcls_api.c1581 __be16 protocol = tc_skb_protocol(skb); in tcf_classify()
/Linux-v5.4/include/net/
Dpkt_sched.h131 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function