Home
last modified time | relevance | path

Searched refs:is_tcf_skbedit_ingress (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/tc_act/
H A Dtc_skbedit.h116 static inline bool is_tcf_skbedit_ingress(u32 flags) in is_tcf_skbedit_ingress() function
124 !is_tcf_skbedit_ingress(a->tcfa_flags); in is_tcf_skbedit_tx_queue_mapping()
130 is_tcf_skbedit_ingress(a->tcfa_flags); in is_tcf_skbedit_rx_queue_mapping()
/openbmc/linux/net/sched/
H A Dact_skbedit.c153 if (is_tcf_skbedit_ingress(act_flags) && in tcf_skbedit_init()