Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
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()
Dnetlink.c83 [TIPC_NLA_NET_ADDR] = { .type = NLA_U32 },
Dnetlink_compat.c1151 if (nla_put_u32(skb, TIPC_NLA_NET_ADDR, val)) in tipc_nl_compat_net_set()
Dnode.c2265 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()
/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h179 TIPC_NLA_NET_ADDR, /* u32 */ enumerator