Searched refs:pack_key (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/tc/ |
D | m_pedit.c | 121 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key() function 157 return pack_key(sel,tkey); in pack_key32() 189 return pack_key(sel,tkey); in pack_key16() 216 return pack_key(sel,tkey); in pack_key8()
|
D | f_u32.c | 117 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key() function 154 return pack_key(sel, key, mask, off, offmask); in pack_key32() 171 return pack_key(sel, key, mask, off, offmask); in pack_key16() 193 return pack_key(sel, key, mask, off, offmask); in pack_key8() 350 if (pack_key(sel, addr.data[0], mask, off, offmask) < 0) in parse_ip_addr() 387 res = pack_key(sel, addr.data[i / 32], in parse_ip6_addr() 393 res = pack_key(sel, addr.data[i / 32], in parse_ip6_addr() 435 res = pack_key(sel, key, mask, off, offmask); in parse_ip6_class()
|
D | m_pedit.h | 51 extern int pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
|