Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h142 TIPC_NLA_LINK_PROP, /* nest */ enumerator
/linux-6.1.9/net/tipc/
Dnetlink.c97 [TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED },
Dbcast.c658 if (!attrs[TIPC_NLA_LINK_PROP]) in tipc_nl_bc_link_set()
661 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_bc_link_set()
Dnetlink_compat.c562 if (!link[TIPC_NLA_LINK_PROP]) in tipc_nl_compat_link_stat_dump()
566 link[TIPC_NLA_LINK_PROP], NULL, in tipc_nl_compat_link_stat_dump()
794 prop = nla_nest_start_noflag(skb, TIPC_NLA_LINK_PROP); in __tipc_nl_compat_link_set()
Dlink.c2725 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP); in __tipc_nl_add_link()
2848 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP); in tipc_nl_add_bc_link()
Dnode.c2460 if (attrs[TIPC_NLA_LINK_PROP]) { in tipc_nl_node_set_link()
2463 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_node_set_link()