Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_pedit.h80 extern int pack_key8(__u32 retain, struct m_pedit_sel *sel,
Df_u32.c176 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, in pack_key8() function
321 res = pack_key8(sel, key, mask, off, offmask); in parse_u8()
476 res = pack_key8(sel, addr[i], 0xFF, off + i, offmask); in parse_ether_addr()
Dm_pedit.c204 int pack_key8(__u32 retain, struct m_pedit_sel *sel, struct m_pedit_key *tkey) in pack_key8() function
414 res = pack_key8(retain, sel, tkey); in parse_cmd()