Searched refs:pack_key8 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_pedit.h54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
H A Dm_pedit.c200 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) function
214 fprintf(stderr, "pack_key8 bad value (val %x mask %x\n", tkey->val, tkey->mask);
227 printf("pack_key8: Final word off %d val %08x mask %08x \n",tkey->off , tkey->val,tkey->mask);
308 res = pack_key8(retain,sel,tkey);
H A Df_u32.c166 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) function
307 res = pack_key8(sel, key, mask, off, offmask);

Completed in 69 milliseconds