Home
last modified time | relevance | path

Searched refs:mask_type (Results 1 – 2 of 2) sorted by relevance

/net/sched/
Dact_ct.c1148 void *mask, int mask_type, in tcf_ct_set_key_val() argument
1158 if (mask_type == TCA_CT_UNSPEC || !tb[mask_type]) in tcf_ct_set_key_val()
1161 nla_memcpy(mask, tb[mask_type], len); in tcf_ct_set_key_val()
1347 void *mask, int mask_type, in tcf_ct_dump_key_val() argument
1359 if (mask_type != TCA_CT_UNSPEC) { in tcf_ct_dump_key_val()
1360 err = nla_put(skb, mask_type, len, mask); in tcf_ct_dump_key_val()
Dcls_flower.c759 void *mask, int mask_type, int len) in fl_set_key_val() argument
764 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type]) in fl_set_key_val()
767 nla_memcpy(mask, tb[mask_type], len); in fl_set_key_val()
2440 void *mask, int mask_type, int len) in fl_dump_key_val() argument
2449 if (mask_type != TCA_FLOWER_UNSPEC) { in fl_dump_key_val()
2450 err = nla_put(skb, mask_type, len, mask); in fl_dump_key_val()