Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dnet.c162 attrs = nla_nest_start(msg->skb, TIPC_NLA_NET); in __tipc_nl_add_net()
214 if (!info->attrs[TIPC_NLA_NET]) in tipc_nl_net_set()
218 info->attrs[TIPC_NLA_NET], in tipc_nl_net_set()
Dnetlink.c54 [TIPC_NLA_NET] = { .type = NLA_NESTED, },
Dnetlink_compat.c862 net = nla_nest_start(skb, TIPC_NLA_NET); in tipc_nl_compat_net_set()
884 nla_parse_nested(net, TIPC_NLA_NET_MAX, attrs[TIPC_NLA_NET], NULL); in tipc_nl_compat_net_dump()
/linux-4.1.27/include/uapi/linux/
Dtipc_netlink.h73 TIPC_NLA_NET, /* nest */ enumerator