Searched refs:pack_key8 (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/tc/ |
D | m_pedit.h | 54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
|
D | m_pedit.c | 205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key8() function 313 res = pack_key8(retain,sel,tkey); in parse_cmd()
|
D | f_u32.c | 174 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) in pack_key8() function 318 res = pack_key8(sel, key, mask, off, offmask); in parse_u8() 473 res = pack_key8(sel, addr[i], 0xFF, off + i, offmask); in parse_ether_addr()
|