Home
last modified time | relevance | path

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

/net/sched/
Dact_ct.c577 void *mask, int mask_type, in tcf_ct_set_key_val() argument
587 if (mask_type == TCA_CT_UNSPEC || !tb[mask_type]) in tcf_ct_set_key_val()
590 nla_memcpy(mask, tb[mask_type], len); in tcf_ct_set_key_val()
769 void *mask, int mask_type, in tcf_ct_dump_key_val() argument
781 if (mask_type != TCA_CT_UNSPEC) { in tcf_ct_dump_key_val()
782 err = nla_put(skb, mask_type, len, mask); in tcf_ct_dump_key_val()
Dcls_flower.c710 void *mask, int mask_type, int len) in fl_set_key_val() argument
715 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type]) in fl_set_key_val()
718 nla_memcpy(mask, tb[mask_type], len); in fl_set_key_val()
2001 void *mask, int mask_type, int len) in fl_dump_key_val() argument
2010 if (mask_type != TCA_FLOWER_UNSPEC) { in fl_dump_key_val()
2011 err = nla_put(skb, mask_type, len, mask); in fl_dump_key_val()