Searched refs:rep_tlv_buf (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dconfig.c344 struct sk_buff *rep_tlv_buf; local
359 rep_tlv_buf = tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED
363 rep_tlv_buf = tipc_cfg_reply_error_string(TIPC_CFG_NO_REMOTE);
371 rep_tlv_buf = tipc_cfg_reply_error_string(TIPC_CFG_NOT_ZONE_MSTR);
380 rep_tlv_buf = tipc_cfg_reply_none();
383 rep_tlv_buf = tipc_node_get_nodes(req_tlv_area, req_tlv_space);
386 rep_tlv_buf = tipc_node_get_links(req_tlv_area, req_tlv_space);
389 rep_tlv_buf = tipc_link_cmd_show_stats(req_tlv_area, req_tlv_space);
392 rep_tlv_buf = tipc_link_cmd_reset_stats(req_tlv_area, req_tlv_space);
395 rep_tlv_buf
[all...]

Completed in 37 milliseconds