Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dtipc_netlink.h85 TIPC_NLA_MON, /* nest */ enumerator
/Linux-v6.1/net/tipc/
Dnetlink.c57 [TIPC_NLA_MON] = { .type = NLA_NESTED, },
Dnode.c2755 if (!info->attrs[TIPC_NLA_MON]) in tipc_nl_node_set_monitor()
2759 info->attrs[TIPC_NLA_MON], in tipc_nl_node_set_monitor()
2788 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_MON); in __tipc_nl_add_monitor_prop()
2872 if (!attrs[TIPC_NLA_MON]) in tipc_nl_node_dump_monitor_peer()
2876 attrs[TIPC_NLA_MON], in tipc_nl_node_dump_monitor_peer()
Dmonitor.c844 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_MON); in __tipc_nl_add_monitor()