Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtipc_netlink.h121 TIPC_NLA_LINK_PROP, /* nest */ enumerator
/linux-4.1.27/net/tipc/
Dnetlink_compat.c462 nla_parse_nested(prop, TIPC_NLA_PROP_MAX, link[TIPC_NLA_LINK_PROP], in tipc_nl_compat_link_stat_dump()
595 prop = nla_nest_start(skb, TIPC_NLA_LINK_PROP); in tipc_nl_compat_link_set()
Dlink.c65 [TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED },
1908 if (attrs[TIPC_NLA_LINK_PROP]) { in tipc_nl_link_set()
1911 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], in tipc_nl_link_set()
2049 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP); in __tipc_nl_add_link()
Dbcast.c811 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP); in tipc_nl_add_bc_link()