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

/external/iproute2/tc/
H A Dm_pedit.h52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
H A Dm_pedit.c146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) function
150 "pack_key32: 32 bit offsets must begin in 32bit boundaries\n");
323 res = pack_key32(retain,sel,tkey);
H A Df_u32.c149 static int pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, function
252 res = pack_key32(sel, key, mask, off, offmask);

Completed in 56 milliseconds