Searched refs:NLBL_MGMT_A_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/netlabel/ |
D | netlabel_mgmt.c | 72 [NLBL_MGMT_A_PROTOCOL] = { .type = NLA_U32 }, 103 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]); in netlbl_mgmt_add_common() 306 ret_val = nla_put_u32(skb, NLBL_MGMT_A_PROTOCOL, in netlbl_mgmt_listentry() 338 ret_val = nla_put_u32(skb, NLBL_MGMT_A_PROTOCOL, in netlbl_mgmt_listentry() 350 ret_val = nla_put_u32(skb,NLBL_MGMT_A_PROTOCOL,entry->def.type); in netlbl_mgmt_listentry() 353 ret_val = nla_put_u32(skb,NLBL_MGMT_A_PROTOCOL,entry->def.type); in netlbl_mgmt_listentry() 384 (!info->attrs[NLBL_MGMT_A_PROTOCOL]) || in netlbl_mgmt_add() 507 if ((!info->attrs[NLBL_MGMT_A_PROTOCOL]) || in netlbl_mgmt_adddef() 614 ret_val = nla_put_u32(skb, NLBL_MGMT_A_PROTOCOL, protocol); in netlbl_mgmt_protocols_cb()
|
D | netlabel_mgmt.h | 182 NLBL_MGMT_A_PROTOCOL, enumerator
|