Searched refs:tcfm_eaction (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/sched/
H A Dact_mirred.c215 m->tcfm_eaction = parm->eaction;
393 m_eaction = READ_ONCE(m->tcfm_eaction);
451 m_eaction = READ_ONCE(m->tcfm_eaction);
488 opt.eaction = m->tcfm_eaction;
/linux-master/include/net/tc_act/
H A Dtc_mirred.h10 int tcfm_eaction; member in struct:tcf_mirred
23 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_REDIR;
32 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_MIRROR;
41 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_REDIR;
50 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_MIRROR;

Completed in 626 milliseconds