Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_ct.h49 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() function
61 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() function
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_api.c3685 entry->ct.action = tcf_ct_action(act); in tc_setup_flow_action()