HomeSort by relevance Sort by last modified time
    Searched refs:pack_key32 (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
m_pedit.h 52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
m_pedit.c 146 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);
f_u32.c 149 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 53 milliseconds