Home
last modified time | relevance | path

Searched refs:pack_key32 (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dm_pedit.c159 int pack_key32(__u32 retain, struct m_pedit_sel *sel, in pack_key32() function
237 ret |= pack_key32(~0, sel, tkey); in pack_mac()
251 ret |= pack_key32(~0, sel, tkey); in pack_mac()
277 ret = pack_key32(~0, sel, tkey); in pack_ipv6()
422 res = pack_key32(retain, sel, tkey); in parse_cmd()
Dm_pedit.h76 extern int pack_key32(__u32 retain, struct m_pedit_sel *sel,
Df_u32.c151 static int pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key32() function
255 res = pack_key32(sel, key, mask, off, offmask); in parse_u32()