Home
last modified time | relevance | path

Searched refs:TIPC_NLA_NET_ID (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/tipc/
A Dnet.c181 if (nla_put_u32(msg->skb, TIPC_NLA_NET_ID, tn->net_id)) in __tipc_nl_add_net()
246 if (attrs[TIPC_NLA_NET_ID]) { in __tipc_nl_net_set()
249 val = nla_get_u32(attrs[TIPC_NLA_NET_ID]); in __tipc_nl_net_set()
A Dnetlink.c82 [TIPC_NLA_NET_ID] = { .type = NLA_U32 },
A Dnetlink_compat.c1150 if (nla_put_u32(skb, TIPC_NLA_NET_ID, val)) in tipc_nl_compat_net_set()
1173 id = htonl(nla_get_u32(net[TIPC_NLA_NET_ID])); in tipc_nl_compat_net_dump()
/linux-6.3-rc2/include/uapi/linux/
A Dtipc_netlink.h178 TIPC_NLA_NET_ID, /* u32 */ enumerator

Completed in 8 milliseconds