Searched refs:TIPC_NLA_NET_ADDR (Results 1 – 5 of 5) sorted by relevance
256 if (attrs[TIPC_NLA_NET_ADDR]) { in __tipc_nl_net_set()259 addr = nla_get_u32(attrs[TIPC_NLA_NET_ADDR]); in __tipc_nl_net_set()
83 [TIPC_NLA_NET_ADDR] = { .type = NLA_U32 },
1151 if (nla_put_u32(skb, TIPC_NLA_NET_ADDR, val)) in tipc_nl_compat_net_set()
2265 if (attrs[TIPC_NLA_NET_ADDR]) { in tipc_nl_peer_rm()2266 addr = nla_get_u32(attrs[TIPC_NLA_NET_ADDR]); in tipc_nl_peer_rm()
179 TIPC_NLA_NET_ADDR, /* u32 */ enumerator