Searched defs:pack_key8 (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dm_pedit.c194 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 Df_u32.c174 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 81 milliseconds