Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/act/
Dskbedit.c29 [TCA_SKBEDIT_PRIORITY] = { .type = NLA_U32 },
48 if (tb[TCA_SKBEDIT_PRIORITY] != NULL) { in skbedit_msg_parser()
50 u->s_prio = nla_get_u32(tb[TCA_SKBEDIT_PRIORITY]); in skbedit_msg_parser()
146 NLA_PUT_U32(msg, TCA_SKBEDIT_PRIORITY, u->s_prio); in skbedit_msg_fill()
/third_party/libnl/include/linux-private/linux/tc_act/
Dtc_skbedit.h43 TCA_SKBEDIT_PRIORITY, enumerator