/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team_mode_random.c | 14 static bool rnd_transmit(struct team *team, struct sk_buff *skb) in rnd_transmit() argument
|
H A D | team_mode_roundrobin.c | 19 static struct rr_priv *rr_priv(struct team *team) in rr_priv() argument 24 static bool rr_transmit(struct team *team, struct sk_buff *skb) in rr_transmit() argument [all...] |
H A D | team_mode_broadcast.c | 15 static bool bc_transmit(struct team *team, struct sk_buff *skb) in bc_transmit() argument
|
H A D | team_mode_activebackup.c | 21 static struct ab_priv *ab_priv(struct team *team) in ab_priv() argument 26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive() argument 36 static bool ab_transmit(struct team *team, struc argument 52 ab_port_leave(struct team *team, struct team_port *port) ab_port_leave() argument 60 ab_active_port_init(struct team *team, struct team_option_inst_info *info) ab_active_port_init() argument 67 ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) ab_active_port_get() argument 80 ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) ab_active_port_set() argument 103 ab_init(struct team *team) ab_init() argument 108 ab_exit(struct team *team) ab_exit() argument [all...] |
H A D | team_mode_loadbalance.c | 17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive() argument 60 struct team *team; member 77 static struct lb_priv *get_lb_priv(struct team *team) in get_lb_priv() argument 98 lb_tx_hash_to_port_mapping_null_port(struct team *team, struct team_port *port) lb_tx_hash_to_port_mapping_null_port() argument 120 lb_hash_select_tx_port(struct team *team, struct lb_priv *lb_priv, struct sk_buff *skb, unsigned char hash) lb_hash_select_tx_port() argument 131 lb_htpm_select_tx_port(struct team *team, struct lb_priv *lb_priv, struct sk_buff *skb, unsigned char hash) lb_htpm_select_tx_port() argument 222 lb_transmit(struct team *team, struct sk_buff *skb) lb_transmit() argument 245 lb_bpf_func_get(struct team *team, struct team_gsetter_ctx *ctx) lb_bpf_func_get() argument 287 lb_bpf_func_set(struct team *team, struct team_gsetter_ctx *ctx) lb_bpf_func_set() argument 324 lb_bpf_func_free(struct team *team) lb_bpf_func_free() argument 338 lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_method_get() argument 352 lb_tx_method_set(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_method_set() argument 364 lb_tx_hash_to_port_mapping_init(struct team *team, struct team_option_inst_info *info) lb_tx_hash_to_port_mapping_init() argument 374 lb_tx_hash_to_port_mapping_get(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_hash_to_port_mapping_get() argument 386 lb_tx_hash_to_port_mapping_set(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_hash_to_port_mapping_set() argument 404 lb_hash_stats_init(struct team *team, struct team_option_inst_info *info) lb_hash_stats_init() argument 414 lb_hash_stats_get(struct team *team, struct team_gsetter_ctx *ctx) lb_hash_stats_get() argument 424 lb_port_stats_init(struct team *team, struct team_option_inst_info *info) lb_port_stats_init() argument 434 lb_port_stats_get(struct team *team, struct team_gsetter_ctx *ctx) lb_port_stats_get() argument 450 __lb_stats_info_refresh_check(struct lb_stats_info *s_info, struct team *team) __lb_stats_info_refresh_check() argument 477 struct team *team; lb_stats_refresh() local 534 lb_stats_refresh_interval_get(struct team *team, struct team_gsetter_ctx *ctx) lb_stats_refresh_interval_get() argument 543 lb_stats_refresh_interval_set(struct team *team, struct team_gsetter_ctx *ctx) lb_stats_refresh_interval_set() argument 603 lb_init(struct team *team) lb_init() argument 646 lb_exit(struct team *team) lb_exit() argument 658 lb_port_enter(struct team *team, struct team_port *port) lb_port_enter() argument 668 lb_port_leave(struct team *team, struct team_port *port) lb_port_leave() argument 675 lb_port_disabled(struct team *team, struct team_port *port) lb_port_disabled() argument [all...] |
H A D | team.c | 63 static int team_port_set_team_dev_addr(struct team *team, in team_port_set_team_dev_addr() argument 69 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() argument 75 team_modeop_port_change_dev_addr(struct team *team, struct team_port *port) team_modeop_port_change_dev_addr() argument 116 __team_find_option(struct team *team, const char *opt_name) __team_find_option() argument 134 __team_option_inst_del_option(struct team *team, struct team_option *option) __team_option_inst_del_option() argument 145 __team_option_inst_add(struct team *team, struct team_option *option, struct team_port *port) __team_option_inst_add() argument 177 __team_option_inst_add_option(struct team *team, struct team_option *option) __team_option_inst_add_option() argument 194 __team_option_inst_mark_removed_option(struct team *team, struct team_option *option) __team_option_inst_mark_removed_option() argument 207 __team_option_inst_del_port(struct team *team, struct team_port *port) __team_option_inst_del_port() argument 219 __team_option_inst_add_port(struct team *team, struct team_port *port) __team_option_inst_add_port() argument 239 __team_option_inst_mark_removed_port(struct team *team, struct team_port *port) __team_option_inst_mark_removed_port() argument 252 __team_options_register(struct team *team, const struct team_option *option, size_t option_count) __team_options_register() argument 301 __team_options_mark_removed(struct team *team, const struct team_option *option, size_t option_count) __team_options_mark_removed() argument 316 __team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) __team_options_unregister() argument 336 team_options_register(struct team *team, const struct team_option *option, size_t option_count) team_options_register() argument 350 team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) team_options_unregister() argument 360 team_option_get(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_get() argument 369 team_option_set(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_set() argument 387 team_options_change_check(struct team *team) team_options_change_check() argument 500 team_dummy_transmit(struct team *team, struct sk_buff *skb) team_dummy_transmit() argument 506 team_dummy_receive(struct team *team, struct team_port *port, struct sk_buff *skb) team_dummy_receive() argument 517 team_is_mode_set(struct team *team) team_is_mode_set() argument 522 team_set_no_mode(struct team *team) team_set_no_mode() argument 528 team_adjust_ops(struct team *team) team_adjust_ops() argument 553 __team_change_mode(struct team *team, const struct team_mode *new_mode) __team_change_mode() argument 591 team_change_mode(struct team *team, const char *kind) team_change_mode() argument 631 struct team *team; team_notify_peers_work() local 652 team_notify_peers(struct team *team) team_notify_peers() argument 660 team_notify_peers_init(struct team *team) team_notify_peers_init() argument 665 team_notify_peers_fini(struct team *team) team_notify_peers_fini() argument 677 struct team *team; team_mcast_rejoin_work() local 698 team_mcast_rejoin(struct team *team) team_mcast_rejoin() argument 706 team_mcast_rejoin_init(struct team *team) team_mcast_rejoin_init() argument 711 team_mcast_rejoin_fini(struct team *team) team_mcast_rejoin_fini() argument 726 struct team *team; team_handle_frame() local 769 team_queue_override_init(struct team *team) team_queue_override_init() argument 787 team_queue_override_fini(struct team *team) team_queue_override_fini() argument 792 __team_get_qom_list(struct team *team, u16 queue_id) __team_get_qom_list() argument 800 team_queue_override_transmit(struct team *team, struct sk_buff *skb) team_queue_override_transmit() argument 815 __team_queue_override_port_del(struct team *team, struct team_port *port) __team_queue_override_port_del() argument 835 __team_queue_override_port_add(struct team *team, struct team_port *port) __team_queue_override_port_add() argument 854 __team_queue_override_enabled_check(struct team *team) __team_queue_override_enabled_check() argument 872 team_queue_override_port_prio_changed(struct team *team, struct team_port *port) team_queue_override_port_prio_changed() argument 882 team_queue_override_port_change_queue_id(struct team *team, struct team_port *port, u16 new_queue_id) team_queue_override_port_change_queue_id() argument 896 team_queue_override_port_add(struct team *team, struct team_port *port) team_queue_override_port_add() argument 903 team_queue_override_port_del(struct team *team, struct team_port *port) team_queue_override_port_del() argument 915 team_port_find(const struct team *team, const struct team_port *port) team_port_find() argument 932 team_port_enable(struct team *team, struct team_port *port) team_port_enable() argument 949 __reconstruct_port_hlist(struct team *team, int rm_index) __reconstruct_port_hlist() argument 963 team_port_disable(struct team *team, struct team_port *port) team_port_disable() argument 986 __team_compute_features(struct team *team) __team_compute_features() argument 1025 team_compute_features(struct team *team) team_compute_features() argument 1031 team_port_enter(struct team *team, struct team_port *port) team_port_enter() argument 1053 team_port_leave(struct team *team, struct team_port *port) team_port_leave() argument 1107 team_upper_dev_link(struct team *team, struct team_port *port, struct netlink_ext_ack *extack) team_upper_dev_link() argument 1123 team_upper_dev_unlink(struct team *team, struct team_port *port) team_upper_dev_unlink() argument 1133 team_port_add(struct team *team, struct net_device *port_dev, struct netlink_ext_ack *extack) team_port_add() argument 1326 team_port_del(struct team *team, struct net_device *port_dev) team_port_del() argument 1377 team_mode_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_mode_option_get() argument 1383 team_mode_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_mode_option_set() argument 1388 team_notify_peers_count_get(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_count_get() argument 1395 team_notify_peers_count_set(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_count_set() argument 1402 team_notify_peers_interval_get(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_interval_get() argument 1409 team_notify_peers_interval_set(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_interval_set() argument 1416 team_mcast_rejoin_count_get(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_count_get() argument 1423 team_mcast_rejoin_count_set(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_count_set() argument 1430 team_mcast_rejoin_interval_get(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_interval_get() argument 1437 team_mcast_rejoin_interval_set(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_interval_set() argument 1444 team_port_en_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_port_en_option_get() argument 1453 team_port_en_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_port_en_option_set() argument 1465 team_user_linkup_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_option_get() argument 1476 team_user_linkup_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_option_set() argument 1487 team_user_linkup_en_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_en_option_get() argument 1496 team_user_linkup_en_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_en_option_set() argument 1507 team_priority_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_priority_option_get() argument 1516 team_priority_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_priority_option_set() argument 1529 team_queue_id_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_queue_id_option_get() argument 1538 team_queue_id_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_queue_id_option_set() argument 1623 struct team *team = netdev_priv(dev); team_init() local 1673 struct team *team = netdev_priv(dev); team_uninit() local 1693 struct team *team = netdev_priv(dev); team_destructor() local 1705 struct team *team = netdev_priv(dev); team_close() local 1721 struct team *team = netdev_priv(dev); team_xmit() local 1769 struct team *team = netdev_priv(dev); team_change_rx_flags() local 1789 struct team *team = netdev_priv(dev); team_set_rx_mode() local 1803 struct team *team = netdev_priv(dev); team_set_mac_address() local 1819 struct team *team = netdev_priv(dev); team_change_mtu() local 1856 struct team *team = netdev_priv(dev); team_get_stats64() local 1894 struct team *team = netdev_priv(dev); team_vlan_rx_add_vid() local 1922 struct team *team = netdev_priv(dev); team_vlan_rx_kill_vid() local 1938 __team_netpoll_cleanup(struct team *team) __team_netpoll_cleanup() argument 1948 struct team *team = netdev_priv(dev); team_netpoll_cleanup() local 1958 struct team *team = netdev_priv(dev); team_netpoll_setup() local 1978 struct team *team = netdev_priv(dev); team_add_slave() local 1993 struct team *team = netdev_priv(dev); team_del_slave() local 2017 struct team *team = netdev_priv(dev); team_fix_features() local 2039 struct team *team = netdev_priv(dev); team_change_carrier() local 2090 struct team *team= netdev_priv(dev); team_ethtool_get_link_ksettings() local 2127 struct team *team = netdev_priv(dev); team_setup_by_port() local 2154 struct team *team = netdev_priv(dev); team_dev_type_check_change() local 2179 struct team *team = netdev_priv(dev); team_setup() local 2323 struct team *team; team_nl_team_get() local 2341 team_nl_team_put(struct team *team) team_nl_team_put() argument 2350 team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) team_nl_send_unicast() argument 2355 team_nl_fill_one_option_get(struct sk_buff *skb, struct team *team, struct team_option_inst *opt_inst) team_nl_fill_one_option_get() argument 2436 __send_and_alloc_skb(struct sk_buff **pskb, struct team *team, u32 portid, team_nl_send_func_t *send_func) __send_and_alloc_skb() argument 2453 team_nl_send_options_get(struct team *team, u32 portid, u32 seq, int flags, team_nl_send_func_t *send_func, struct list_head *sel_opt_inst_list) team_nl_send_options_get() argument 2528 struct team *team; team_nl_cmd_options_get() local 2553 struct team *team; team_nl_cmd_options_set() local 2732 team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, int flags, team_nl_send_func_t *send_func, struct team_port *one_port) team_nl_send_port_list_get() argument 2818 struct team *team; team_nl_cmd_port_list_get() local 2876 team_nl_send_multicast(struct sk_buff *skb, struct team *team, u32 portid) team_nl_send_multicast() argument 2883 team_nl_send_event_options_get(struct team *team, struct list_head *sel_opt_inst_list) team_nl_send_event_options_get() argument 2890 team_nl_send_event_port_get(struct team *team, struct team_port *port) team_nl_send_event_port_get() argument 2912 __team_options_change_check(struct team *team) __team_options_change_check() argument 2958 __team_carrier_check(struct team *team) __team_carrier_check() argument 3002 struct team *team = port->team; team_port_change_check() local [all...] |
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team_mode_random.c | 14 static bool rnd_transmit(struct team *team, struct sk_buff *skb) in rnd_transmit() argument
|
H A D | team_mode_roundrobin.c | 18 static struct rr_priv *rr_priv(struct team *team) in rr_priv() argument 23 static bool rr_transmit(struct team *team, struct sk_buff *skb) in rr_transmit() argument [all...] |
H A D | team_mode_broadcast.c | 14 static bool bc_transmit(struct team *team, struct sk_buff *skb) in bc_transmit() argument
|
H A D | team_mode_activebackup.c | 21 static struct ab_priv *ab_priv(struct team *team) in ab_priv() argument 26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive() argument 36 static bool ab_transmit(struct team *team, struc argument 52 ab_port_leave(struct team *team, struct team_port *port) ab_port_leave() argument 60 ab_active_port_init(struct team *team, struct team_option_inst_info *info) ab_active_port_init() argument 66 ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) ab_active_port_get() argument 78 ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) ab_active_port_set() argument 101 ab_init(struct team *team) ab_init() argument 106 ab_exit(struct team *team) ab_exit() argument [all...] |
H A D | team_mode_loadbalance.c | 17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive() argument 58 struct team *team; member 75 static struct lb_priv *get_lb_priv(struct team *team) in get_lb_priv() argument 96 lb_tx_hash_to_port_mapping_null_port(struct team *team, struct team_port *port) lb_tx_hash_to_port_mapping_null_port() argument 118 lb_hash_select_tx_port(struct team *team, unsigned char hash) lb_hash_select_tx_port() argument 127 lb_htpm_select_tx_port(struct team *team, unsigned char hash) lb_htpm_select_tx_port() argument 217 lb_transmit(struct team *team, struct sk_buff *skb) lb_transmit() argument 240 lb_bpf_func_get(struct team *team, struct team_gsetter_ctx *ctx) lb_bpf_func_get() argument 281 lb_bpf_func_set(struct team *team, struct team_gsetter_ctx *ctx) lb_bpf_func_set() argument 318 lb_bpf_func_free(struct team *team) lb_bpf_func_free() argument 332 lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_method_get() argument 345 lb_tx_method_set(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_method_set() argument 357 lb_tx_hash_to_port_mapping_init(struct team *team, struct team_option_inst_info *info) lb_tx_hash_to_port_mapping_init() argument 366 lb_tx_hash_to_port_mapping_get(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_hash_to_port_mapping_get() argument 377 lb_tx_hash_to_port_mapping_set(struct team *team, struct team_gsetter_ctx *ctx) lb_tx_hash_to_port_mapping_set() argument 395 lb_hash_stats_init(struct team *team, struct team_option_inst_info *info) lb_hash_stats_init() argument 404 lb_hash_stats_get(struct team *team, struct team_gsetter_ctx *ctx) lb_hash_stats_get() argument 413 lb_port_stats_init(struct team *team, struct team_option_inst_info *info) lb_port_stats_init() argument 422 lb_port_stats_get(struct team *team, struct team_gsetter_ctx *ctx) lb_port_stats_get() argument 437 __lb_stats_info_refresh_check(struct lb_stats_info *s_info, struct team *team) __lb_stats_info_refresh_check() argument 464 struct team *team; lb_stats_refresh() local 521 lb_stats_refresh_interval_get(struct team *team, struct team_gsetter_ctx *ctx) lb_stats_refresh_interval_get() argument 529 lb_stats_refresh_interval_set(struct team *team, struct team_gsetter_ctx *ctx) lb_stats_refresh_interval_set() argument 589 lb_init(struct team *team) lb_init() argument 632 lb_exit(struct team *team) lb_exit() argument 644 lb_port_enter(struct team *team, struct team_port *port) lb_port_enter() argument 654 lb_port_leave(struct team *team, struct team_port *port) lb_port_leave() argument 661 lb_port_disabled(struct team *team, struct team_port *port) lb_port_disabled() argument [all...] |
H A D | team.c | 64 static int team_port_set_team_dev_addr(struct team *team, in team_port_set_team_dev_addr() argument 70 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() argument 76 team_modeop_port_change_dev_addr(struct team *team, struct team_port *port) team_modeop_port_change_dev_addr() argument 117 __team_find_option(struct team *team, const char *opt_name) __team_find_option() argument 135 __team_option_inst_del_option(struct team *team, struct team_option *option) __team_option_inst_del_option() argument 146 __team_option_inst_add(struct team *team, struct team_option *option, struct team_port *port) __team_option_inst_add() argument 174 __team_option_inst_add_option(struct team *team, struct team_option *option) __team_option_inst_add_option() argument 191 __team_option_inst_mark_removed_option(struct team *team, struct team_option *option) __team_option_inst_mark_removed_option() argument 204 __team_option_inst_del_port(struct team *team, struct team_port *port) __team_option_inst_del_port() argument 216 __team_option_inst_add_port(struct team *team, struct team_port *port) __team_option_inst_add_port() argument 236 __team_option_inst_mark_removed_port(struct team *team, struct team_port *port) __team_option_inst_mark_removed_port() argument 249 __team_options_register(struct team *team, const struct team_option *option, size_t option_count) __team_options_register() argument 298 __team_options_mark_removed(struct team *team, const struct team_option *option, size_t option_count) __team_options_mark_removed() argument 313 __team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) __team_options_unregister() argument 333 team_options_register(struct team *team, const struct team_option *option, size_t option_count) team_options_register() argument 347 team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) team_options_unregister() argument 357 team_option_get(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_get() argument 368 team_option_set(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_set() argument 386 team_options_change_check(struct team *team) team_options_change_check() argument 499 team_dummy_transmit(struct team *team, struct sk_buff *skb) team_dummy_transmit() argument 505 team_dummy_receive(struct team *team, struct team_port *port, struct sk_buff *skb) team_dummy_receive() argument 516 team_is_mode_set(struct team *team) team_is_mode_set() argument 521 team_set_no_mode(struct team *team) team_set_no_mode() argument 527 team_adjust_ops(struct team *team) team_adjust_ops() argument 552 __team_change_mode(struct team *team, const struct team_mode *new_mode) __team_change_mode() argument 590 team_change_mode(struct team *team, const char *kind) team_change_mode() argument 630 struct team *team; team_notify_peers_work() local 651 team_notify_peers(struct team *team) team_notify_peers() argument 659 team_notify_peers_init(struct team *team) team_notify_peers_init() argument 664 team_notify_peers_fini(struct team *team) team_notify_peers_fini() argument 676 struct team *team; team_mcast_rejoin_work() local 697 team_mcast_rejoin(struct team *team) team_mcast_rejoin() argument 705 team_mcast_rejoin_init(struct team *team) team_mcast_rejoin_init() argument 710 team_mcast_rejoin_fini(struct team *team) team_mcast_rejoin_fini() argument 725 struct team *team; team_handle_frame() local 773 team_queue_override_init(struct team *team) team_queue_override_init() argument 791 team_queue_override_fini(struct team *team) team_queue_override_fini() argument 796 __team_get_qom_list(struct team *team, u16 queue_id) __team_get_qom_list() argument 804 team_queue_override_transmit(struct team *team, struct sk_buff *skb) team_queue_override_transmit() argument 819 __team_queue_override_port_del(struct team *team, struct team_port *port) __team_queue_override_port_del() argument 839 __team_queue_override_port_add(struct team *team, struct team_port *port) __team_queue_override_port_add() argument 858 __team_queue_override_enabled_check(struct team *team) __team_queue_override_enabled_check() argument 876 team_queue_override_port_prio_changed(struct team *team, struct team_port *port) team_queue_override_port_prio_changed() argument 886 team_queue_override_port_change_queue_id(struct team *team, struct team_port *port, u16 new_queue_id) team_queue_override_port_change_queue_id() argument 900 team_queue_override_port_add(struct team *team, struct team_port *port) team_queue_override_port_add() argument 907 team_queue_override_port_del(struct team *team, struct team_port *port) team_queue_override_port_del() argument 919 team_port_find(const struct team *team, const struct team_port *port) team_port_find() argument 936 team_port_enable(struct team *team, struct team_port *port) team_port_enable() argument 953 __reconstruct_port_hlist(struct team *team, int rm_index) __reconstruct_port_hlist() argument 967 team_port_disable(struct team *team, struct team_port *port) team_port_disable() argument 990 __team_compute_features(struct team *team) __team_compute_features() argument 1028 team_compute_features(struct team *team) team_compute_features() argument 1034 team_port_enter(struct team *team, struct team_port *port) team_port_enter() argument 1056 team_port_leave(struct team *team, struct team_port *port) team_port_leave() argument 1110 team_upper_dev_link(struct team *team, struct team_port *port, struct netlink_ext_ack *extack) team_upper_dev_link() argument 1126 team_upper_dev_unlink(struct team *team, struct team_port *port) team_upper_dev_unlink() argument 1136 team_port_add(struct team *team, struct net_device *port_dev, struct netlink_ext_ack *extack) team_port_add() argument 1329 team_port_del(struct team *team, struct net_device *port_dev) team_port_del() argument 1380 team_mode_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_mode_option_get() argument 1385 team_mode_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_mode_option_set() argument 1390 team_notify_peers_count_get(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_count_get() argument 1396 team_notify_peers_count_set(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_count_set() argument 1403 team_notify_peers_interval_get(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_interval_get() argument 1409 team_notify_peers_interval_set(struct team *team, struct team_gsetter_ctx *ctx) team_notify_peers_interval_set() argument 1416 team_mcast_rejoin_count_get(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_count_get() argument 1422 team_mcast_rejoin_count_set(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_count_set() argument 1429 team_mcast_rejoin_interval_get(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_interval_get() argument 1435 team_mcast_rejoin_interval_set(struct team *team, struct team_gsetter_ctx *ctx) team_mcast_rejoin_interval_set() argument 1442 team_port_en_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_port_en_option_get() argument 1450 team_port_en_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_port_en_option_set() argument 1462 team_user_linkup_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_option_get() argument 1472 team_user_linkup_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_option_set() argument 1483 team_user_linkup_en_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_en_option_get() argument 1491 team_user_linkup_en_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_user_linkup_en_option_set() argument 1502 team_priority_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_priority_option_get() argument 1510 team_priority_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_priority_option_set() argument 1523 team_queue_id_option_get(struct team *team, struct team_gsetter_ctx *ctx) team_queue_id_option_get() argument 1531 team_queue_id_option_set(struct team *team, struct team_gsetter_ctx *ctx) team_queue_id_option_set() argument 1616 struct team *team = netdev_priv(dev); team_init() local 1666 struct team *team = netdev_priv(dev); team_uninit() local 1686 struct team *team = netdev_priv(dev); team_destructor() local 1698 struct team *team = netdev_priv(dev); team_close() local 1714 struct team *team = netdev_priv(dev); team_xmit() local 1762 struct team *team = netdev_priv(dev); team_change_rx_flags() local 1782 struct team *team = netdev_priv(dev); team_set_rx_mode() local 1796 struct team *team = netdev_priv(dev); team_set_mac_address() local 1812 struct team *team = netdev_priv(dev); team_change_mtu() local 1849 struct team *team = netdev_priv(dev); team_get_stats64() local 1887 struct team *team = netdev_priv(dev); team_vlan_rx_add_vid() local 1915 struct team *team = netdev_priv(dev); team_vlan_rx_kill_vid() local 1931 __team_netpoll_cleanup(struct team *team) __team_netpoll_cleanup() argument 1941 struct team *team = netdev_priv(dev); team_netpoll_cleanup() local 1951 struct team *team = netdev_priv(dev); team_netpoll_setup() local 1971 struct team *team = netdev_priv(dev); team_add_slave() local 1986 struct team *team = netdev_priv(dev); team_del_slave() local 2010 struct team *team = netdev_priv(dev); team_fix_features() local 2032 struct team *team = netdev_priv(dev); team_change_carrier() local 2083 struct team *team= netdev_priv(dev); team_ethtool_get_link_ksettings() local 2120 struct team *team = netdev_priv(dev); team_setup_by_port() local 2147 struct team *team = netdev_priv(dev); team_dev_type_check_change() local 2172 struct team *team = netdev_priv(dev); team_setup() local 2316 struct team *team; team_nl_team_get() local 2333 team_nl_team_put(struct team *team) team_nl_team_put() argument 2342 team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) team_nl_send_unicast() argument 2347 team_nl_fill_one_option_get(struct sk_buff *skb, struct team *team, struct team_option_inst *opt_inst) team_nl_fill_one_option_get() argument 2428 __send_and_alloc_skb(struct sk_buff **pskb, struct team *team, u32 portid, team_nl_send_func_t *send_func) __send_and_alloc_skb() argument 2445 team_nl_send_options_get(struct team *team, u32 portid, u32 seq, int flags, team_nl_send_func_t *send_func, struct list_head *sel_opt_inst_list) team_nl_send_options_get() argument 2520 struct team *team; team_nl_cmd_options_get() local 2545 struct team *team; team_nl_cmd_options_set() local 2724 team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, int flags, team_nl_send_func_t *send_func, struct team_port *one_port) team_nl_send_port_list_get() argument 2810 struct team *team; team_nl_cmd_port_list_get() local 2869 team_nl_send_multicast(struct sk_buff *skb, struct team *team, u32 portid) team_nl_send_multicast() argument 2876 team_nl_send_event_options_get(struct team *team, struct list_head *sel_opt_inst_list) team_nl_send_event_options_get() argument 2883 team_nl_send_event_port_get(struct team *team, struct team_port *port) team_nl_send_event_port_get() argument 2905 __team_options_change_check(struct team *team) __team_options_change_check() argument 2951 __team_carrier_check(struct team *team) __team_carrier_check() argument 2995 struct team *team = port->team; team_port_change_check() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_team.h | 32 struct team *team; member 188 struct team { global() struct 230 team_dev_queue_xmit(struct team *team, struct team_port *port, struct sk_buff *skb) team_dev_queue_xmit() argument 245 team_port_index_hash(struct team *team, int port_index) team_port_index_hash() argument 251 team_get_port_by_index(struct team *team, int port_index) team_get_port_by_index() argument 263 team_num_to_port_index(struct team *team, unsigned int num) team_num_to_port_index() argument 272 team_get_port_by_index_rcu(struct team *team, int port_index) team_get_port_by_index_rcu() argument 285 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) team_get_first_port_txable_rcu() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_team.h | 32 struct team *team; member 188 struct team { global() struct 230 team_dev_queue_xmit(struct team *team, struct team_port *port, struct sk_buff *skb) team_dev_queue_xmit() argument 245 team_port_index_hash(struct team *team, int port_index) team_port_index_hash() argument 251 team_get_port_by_index(struct team *team, int port_index) team_get_port_by_index() argument 263 team_num_to_port_index(struct team *team, unsigned int num) team_num_to_port_index() argument 272 team_get_port_by_index_rcu(struct team *team, int port_index) team_get_port_by_index_rcu() argument 285 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) team_get_first_port_txable_rcu() argument [all...] |