Searched refs:TIPC_NLA_NET (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | net.c | 164 attrs = nla_nest_start(msg->skb, TIPC_NLA_NET); in __tipc_nl_add_net() 219 if (!info->attrs[TIPC_NLA_NET]) in __tipc_nl_net_set() 223 info->attrs[TIPC_NLA_NET], tipc_nl_net_policy, in __tipc_nl_net_set()
|
D | netlink.c | 55 [TIPC_NLA_NET] = { .type = NLA_NESTED, },
|
D | netlink_compat.c | 1032 net = nla_nest_start(skb, TIPC_NLA_NET); in tipc_nl_compat_net_set() 1055 if (!attrs[TIPC_NLA_NET]) in tipc_nl_compat_net_dump() 1058 err = nla_parse_nested(net, TIPC_NLA_NET_MAX, attrs[TIPC_NLA_NET], in tipc_nl_compat_net_dump()
|
D | node.c | 1829 if (!info->attrs[TIPC_NLA_NET]) in tipc_nl_peer_rm() 1833 info->attrs[TIPC_NLA_NET], tipc_nl_net_policy, in tipc_nl_peer_rm()
|
/Linux-v4.19/include/uapi/linux/ |
D | tipc_netlink.h | 80 TIPC_NLA_NET, /* nest */ enumerator
|