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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_u32.c148 static int pack_key16(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) function
271 res = pack_key16(sel, key, mask, off, offmask);
428 res = pack_key16(sel, 0, 0x3FFF, 6, 0);
433 res = pack_key16(sel, 0, 0x1FFF, 6, 0);
438 res = pack_key16(sel, 0x4000, 0x4000, 6, 0);
443 res = pack_key16(sel, 0x2000, 0x2000, 6, 0);

Completed in 85 milliseconds