Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtipc_netlink.h79 TIPC_NLA_PUBL, /* nest */ enumerator
/linux/net/tipc/
H A Dnetlink.c51 [TIPC_NLA_PUBL] = { .type = NLA_NESTED, },
H A Dnetlink_compat.c976 if (!attrs[TIPC_NLA_PUBL]) in __tipc_nl_compat_publ_dump()
980 attrs[TIPC_NLA_PUBL], NULL, NULL); in __tipc_nl_compat_publ_dump()
H A Dsocket.c3708 attrs = nla_nest_start_noflag(skb, TIPC_NLA_PUBL); in __tipc_nl_add_sk_publ()