Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_flow.c87 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()
Dsch_dsmark.c210 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()
Dem_ipset.c65 switch (tc_skb_protocol(skb)) { in em_ipset_match()
Dact_skbedit.c54 switch (tc_skb_protocol(skb)) { in tcf_skbedit_act()
Dsch_teql.c246 err = dev_hard_header(skb, dev, ntohs(tc_skb_protocol(skb)), in __teql_resolve()
Dact_csum.c576 switch (tc_skb_protocol(skb)) { in tcf_csum_act()
Dem_meta.c202 dst->value = tc_skb_protocol(skb); in META_COLLECTOR()
Dcls_api.c963 __be16 protocol = tc_skb_protocol(skb); in tcf_classify()
1005 protocol = tc_skb_protocol(skb); in tcf_classify()
Dsch_cake.c592 if (tc_skb_protocol(skb) != htons(ETH_P_IP)) in cake_update_flowkeys()
/Linux-v4.19/include/net/
Dpkt_sched.h125 static inline __be16 tc_skb_protocol(const struct sk_buff *skb) in tc_skb_protocol() function