Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_skbmod.c27 struct tcf_skbmod *d = to_skbmod(a); in tcf_skbmod_act()
185 d = to_skbmod(*a); in tcf_skbmod_init()
228 struct tcf_skbmod *d = to_skbmod(a); in tcf_skbmod_cleanup()
239 struct tcf_skbmod *d = to_skbmod(a); in tcf_skbmod_dump()
/Linux-v6.1/include/net/tc_act/
Dtc_skbmod.h24 #define to_skbmod(a) ((struct tcf_skbmod *)a) macro