Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnet.c159 attrs = nla_nest_start(msg->skb, TIPC_NLA_NET); in __tipc_nl_add_net()
211 if (!info->attrs[TIPC_NLA_NET]) in tipc_nl_net_set()
215 info->attrs[TIPC_NLA_NET], in tipc_nl_net_set()
Dnetlink.c54 [TIPC_NLA_NET] = { .type = NLA_NESTED, },
Dnetlink_compat.c953 net = nla_nest_start(skb, TIPC_NLA_NET); in tipc_nl_compat_net_set()
975 nla_parse_nested(net, TIPC_NLA_NET_MAX, attrs[TIPC_NLA_NET], NULL); in tipc_nl_compat_net_dump()
/linux-4.4.14/include/uapi/linux/
Dtipc_netlink.h73 TIPC_NLA_NET, /* nest */ enumerator