Lines Matching refs:labels
39 bool labels; member
311 u32 *labels, in tcf_ct_act_set_labels() argument
315 size_t labels_sz = FIELD_SIZEOF(struct tcf_ct_params, labels); in tcf_ct_act_set_labels()
320 nf_connlabels_replace(ct, labels, labels_m, 4); in tcf_ct_act_set_labels()
456 tcf_ct_act_set_labels(ct, p->labels, p->labels_mask); in tcf_ct_act()
618 if (!tn->labels) { in tcf_ct_fill_params()
623 p->labels, TCA_CT_LABELS, in tcf_ct_fill_params()
625 sizeof(p->labels)); in tcf_ct_fill_params()
855 p->labels, TCA_CT_LABELS, in tcf_ct_dump()
857 sizeof(p->labels))) in tcf_ct_dump()
932 unsigned int n_bits = FIELD_SIZEOF(struct tcf_ct_params, labels) * 8; in ct_init_net()
936 tn->labels = false; in ct_init_net()
939 tn->labels = true; in ct_init_net()
953 if (tn->labels) in ct_exit_net()