Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dnet.c256 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()
H A Dnetlink.c83 [TIPC_NLA_NET_ADDR] = { .type = NLA_U32 },
H A Dnetlink_compat.c1148 if (nla_put_u32(skb, TIPC_NLA_NET_ADDR, val)) in tipc_nl_compat_net_set()
H A Dnode.c2266 if (attrs[TIPC_NLA_NET_ADDR]) { in tipc_nl_peer_rm()
2267 addr = nla_get_u32(attrs[TIPC_NLA_NET_ADDR]); in tipc_nl_peer_rm()
/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h179 TIPC_NLA_NET_ADDR, /* u32 */ enumerator