Home
last modified time | relevance | path

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

/external/libnl/lib/route/act/
Dskbedit.c95 switch(u->s_parm.action){ in skbedit_dump_line()
140 NLA_PUT(msg, TCA_SKBEDIT_PARMS, sizeof(u->s_parm), &u->s_parm); in skbedit_msg_fill()
172 u->s_parm.action = action; in rtnl_skbedit_set_action()
182 return u->s_parm.action; in rtnl_skbedit_get_action()
/external/libnl/include/netlink-private/
Dtypes.h584 struct tc_skbedit s_parm; member