Searched refs:TCA_SKBEDIT_FLAGS (Results 1 – 2 of 2) sorted by relevance
35 TCA_SKBEDIT_FLAGS, enumerator
113 [TCA_SKBEDIT_FLAGS] = { .len = sizeof(u64) },179 if (tb[TCA_SKBEDIT_FLAGS] != NULL) { in tcf_skbedit_init()180 u64 *pure_flags = nla_data(tb[TCA_SKBEDIT_FLAGS]); in tcf_skbedit_init()330 nla_put(skb, TCA_SKBEDIT_FLAGS, sizeof(pure_flags), &pure_flags)) in tcf_skbedit_dump()
Completed in 4 milliseconds