Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h139 TIPC_NLA_LINK_PROP, /* nest */ enumerator
/Linux-v4.19/net/tipc/
Dbcast.c494 if (!attrs[TIPC_NLA_LINK_PROP]) in tipc_nl_bc_link_set()
497 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_bc_link_set()
Dnetlink.c96 [TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED },
Dnetlink_compat.c490 if (!link[TIPC_NLA_LINK_PROP]) in tipc_nl_compat_link_stat_dump()
494 link[TIPC_NLA_LINK_PROP], NULL, NULL); in tipc_nl_compat_link_stat_dump()
711 prop = nla_nest_start(skb, TIPC_NLA_LINK_PROP); in __tipc_nl_compat_link_set()
Dlink.c2084 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP); in __tipc_nl_add_link()
2206 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP); in tipc_nl_add_bc_link()
Dnode.c2016 if (attrs[TIPC_NLA_LINK_PROP]) { in tipc_nl_node_set_link()
2019 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], in tipc_nl_node_set_link()