Home
last modified time | relevance | path

Searched refs:TIPC_NLA_NET_ADDR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/tipc/
Dnet.c269 if (attrs[TIPC_NLA_NET_ADDR]) { in __tipc_nl_net_set()
272 addr = nla_get_u32(attrs[TIPC_NLA_NET_ADDR]); in __tipc_nl_net_set()
Dnetlink.c83 [TIPC_NLA_NET_ADDR] = { .type = NLA_U32 },
Dnode.c1943 if (!attrs[TIPC_NLA_NET_ADDR]) in tipc_nl_peer_rm()
1946 addr = nla_get_u32(attrs[TIPC_NLA_NET_ADDR]); in tipc_nl_peer_rm()
Dnetlink_compat.c1118 if (nla_put_u32(skb, TIPC_NLA_NET_ADDR, val)) in tipc_nl_compat_net_set()
/Linux-v5.4/include/uapi/linux/
Dtipc_netlink.h172 TIPC_NLA_NET_ADDR, /* u32 */ enumerator