Lines Matching refs:nlattr

1599 	struct nlattr *attrs;  in __tipc_nl_add_node()
2245 struct nlattr *attrs[TIPC_NLA_NET_MAX + 1]; in tipc_nl_peer_rm()
2427 struct nlattr *attrs[TIPC_NLA_LINK_MAX + 1]; in tipc_nl_node_set_link()
2462 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_node_set_link()
2502 struct nlattr *attrs[TIPC_NLA_LINK_MAX + 1]; in tipc_nl_node_get_link()
2571 struct nlattr *attrs[TIPC_NLA_LINK_MAX + 1]; in tipc_nl_node_reset_link_stats()
2666 struct nlattr **attrs = genl_dumpit_info(cb)->info.attrs; in tipc_nl_node_dump_link()
2667 struct nlattr *link[TIPC_NLA_LINK_MAX + 1]; in tipc_nl_node_dump_link()
2756 struct nlattr *attrs[TIPC_NLA_MON_MAX + 1]; in tipc_nl_node_set_monitor()
2784 struct nlattr *attrs; in __tipc_nl_add_monitor_prop()
2874 struct nlattr **attrs = genl_dumpit_info(cb)->info.attrs; in tipc_nl_node_dump_monitor_peer()
2875 struct nlattr *mon[TIPC_NLA_MON_MAX + 1]; in tipc_nl_node_dump_monitor_peer()
2917 static int tipc_nl_retrieve_key(struct nlattr **attrs, in tipc_nl_retrieve_key()
2920 struct nlattr *attr = attrs[TIPC_NLA_NODE_KEY]; in tipc_nl_retrieve_key()
2937 static int tipc_nl_retrieve_nodeid(struct nlattr **attrs, u8 **node_id) in tipc_nl_retrieve_nodeid()
2939 struct nlattr *attr = attrs[TIPC_NLA_NODE_ID]; in tipc_nl_retrieve_nodeid()
2951 static int tipc_nl_retrieve_rekeying(struct nlattr **attrs, u32 *intv) in tipc_nl_retrieve_rekeying()
2953 struct nlattr *attr = attrs[TIPC_NLA_NODE_REKEYING]; in tipc_nl_retrieve_rekeying()
2964 struct nlattr *attrs[TIPC_NLA_NODE_MAX + 1]; in __tipc_nl_node_set_key()