Searched refs:pack_key8 (Results 1 - 3 of 3) sorted by relevance
/external/iproute2/tc/ |
H A D | m_pedit.h | 54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
|
H A D | m_pedit.c | 194 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) function 200 fprintf(stderr, "pack_key8 bad value (val %x mask %x\n", tkey->val, tkey->mask); 215 printf("pack_key8: Final word off %d val %08x mask %08x \n",tkey->off , tkey->val,tkey->mask); 296 res = pack_key8(retain,sel,tkey);
|
H A D | f_u32.c | 174 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) function 318 res = pack_key8(sel, key, mask, off, offmask); 473 res = pack_key8(sel, addr[i], 0xFF, off + i, offmask);
|
Completed in 91 milliseconds