D | m_pedit.c | 146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key32() argument 154 tkey->val = htonl(tkey->val & retain); in pack_key32() 155 tkey->mask = htonl(tkey->mask | ~retain); in pack_key32() 162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key16() argument 192 retain <<= stride; in pack_key16() 194 tkey->mask = retain|m[ind]; in pack_key16() 205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key8() argument 227 retain <<= stride; in pack_key8() 228 tkey->mask = retain|m[ind]; in pack_key8() 268 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,st… in parse_cmd() argument [all …]
|