Home
last modified time | relevance | path

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

/linux-6.15/net/netlabel/
H A Dnetlabel_unlabeled.h172 NLBL_UNLABEL_A_ACPTFLG, enumerator
H A Dnetlabel_unlabeled.c116 [NLBL_UNLABEL_A_ACPTFLG] = { .type = NLA_U8 },
805 if (info->attrs[NLBL_UNLABEL_A_ACPTFLG]) { in netlbl_unlabel_accept()
806 value = nla_get_u8(info->attrs[NLBL_UNLABEL_A_ACPTFLG]); in netlbl_unlabel_accept()
844 NLBL_UNLABEL_A_ACPTFLG, in netlbl_unlabel_list()