• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/

Lines Matching refs:rep_tlv_buf

344 	struct sk_buff *rep_tlv_buf;
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 = tipc_nametbl_get(req_tlv_area, req_tlv_space);
398 rep_tlv_buf = tipc_bearer_get_names();
401 rep_tlv_buf = tipc_media_get_names();
404 rep_tlv_buf = tipc_port_get_ports();
407 rep_tlv_buf = tipc_log_resize(req_tlv_area, req_tlv_space);
410 rep_tlv_buf = tipc_log_dump();
415 rep_tlv_buf = tipc_link_cmd_config(req_tlv_area, req_tlv_space, cmd);
418 rep_tlv_buf = cfg_enable_bearer();
421 rep_tlv_buf = cfg_disable_bearer();
424 rep_tlv_buf = cfg_set_own_addr();
427 rep_tlv_buf = cfg_set_remote_mng();
430 rep_tlv_buf = cfg_set_max_ports();
433 rep_tlv_buf = cfg_set_max_publications();
436 rep_tlv_buf = cfg_set_max_subscriptions();
439 rep_tlv_buf = cfg_set_max_zones();
442 rep_tlv_buf = cfg_set_max_clusters();
445 rep_tlv_buf = cfg_set_max_nodes();
448 rep_tlv_buf = cfg_set_max_slaves();
451 rep_tlv_buf = cfg_set_netid();
454 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_remote_management);
457 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_ports);
460 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_publications);
463 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_subscriptions);
466 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_zones);
469 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_clusters);
472 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_nodes);
475 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_slaves);
478 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_net_id);
481 rep_tlv_buf = tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED
489 return rep_tlv_buf;