Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h84 TIPC_NLA_NAME_TABLE, /* nest */ enumerator
/openbmc/linux/net/tipc/
H A Dnetlink.c56 [TIPC_NLA_NAME_TABLE] = { .type = NLA_NESTED, },
H A Dnetlink_compat.c906 if (!attrs[TIPC_NLA_NAME_TABLE]) in tipc_nl_compat_name_table_dump()
910 attrs[TIPC_NLA_NAME_TABLE], NULL, in tipc_nl_compat_name_table_dump()
H A Dname_table.c987 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_NAME_TABLE); in __tipc_nl_add_nametable_publ()