Searched refs:pack_key32 (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/tc/ |
D | m_pedit.c | 159 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()
|
D | m_pedit.h | 76 extern int pack_key32(__u32 retain, struct m_pedit_sel *sel,
|
D | f_u32.c | 151 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()
|