HomeSort by relevance Sort by last modified time
    Searched defs:pack_key8 (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
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);
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 832 milliseconds