Home
last modified time | relevance | path

Searched refs:team (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/net/team/
H A Dteam_core.c3 * drivers/net/team/team.c - Network team device driver
33 #define DRV_NAME "team"
66 static int team_port_set_team_dev_addr(struct team *team, in team_port_set_team_dev_addr() argument
69 return __set_port_dev_addr(port->dev, team->dev->dev_addr); in team_port_set_team_dev_addr()
72 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() argument
74 return team_port_set_team_dev_addr(team, por in team_modeop_port_enter()
78 team_modeop_port_change_dev_addr(struct team * team,struct team_port * port) team_modeop_port_change_dev_addr() argument
119 __team_find_option(struct team * team,const char * opt_name) __team_find_option() argument
137 __team_option_inst_del_option(struct team * team,struct team_option * option) __team_option_inst_del_option() argument
148 __team_option_inst_add(struct team * team,struct team_option * option,struct team_port * port) __team_option_inst_add() argument
176 __team_option_inst_add_option(struct team * team,struct team_option * option) __team_option_inst_add_option() argument
193 __team_option_inst_mark_removed_option(struct team * team,struct team_option * option) __team_option_inst_mark_removed_option() argument
206 __team_option_inst_del_port(struct team * team,struct team_port * port) __team_option_inst_del_port() argument
218 __team_option_inst_add_port(struct team * team,struct team_port * port) __team_option_inst_add_port() argument
238 __team_option_inst_mark_removed_port(struct team * team,struct team_port * port) __team_option_inst_mark_removed_port() argument
251 __team_options_register(struct team * team,const struct team_option * option,size_t option_count) __team_options_register() argument
299 __team_options_mark_removed(struct team * team,const struct team_option * option,size_t option_count) __team_options_mark_removed() argument
314 __team_options_unregister(struct team * team,const struct team_option * option,size_t option_count) __team_options_unregister() argument
334 team_options_register(struct team * team,const struct team_option * option,size_t option_count) team_options_register() argument
348 team_options_unregister(struct team * team,const struct team_option * option,size_t option_count) team_options_unregister() argument
358 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
774 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
983 team_port_enter(struct team * team,struct team_port * port) team_port_enter() argument
1005 team_port_leave(struct team * team,struct team_port * port) team_port_leave() argument
1059 team_upper_dev_link(struct team * team,struct team_port * port,struct netlink_ext_ack * extack) team_upper_dev_link() argument
1075 team_upper_dev_unlink(struct team * team,struct team_port * port) team_upper_dev_unlink() argument
1085 team_port_add(struct team * team,struct net_device * port_dev,struct netlink_ext_ack * extack) team_port_add() argument
1293 team_port_del(struct team * team,struct net_device * port_dev,bool unregister) team_port_del() argument
1350 team_mode_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_mode_option_get() argument
1355 team_mode_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_mode_option_set() argument
1360 team_notify_peers_count_get(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_count_get() argument
1366 team_notify_peers_count_set(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_count_set() argument
1373 team_notify_peers_interval_get(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_interval_get() argument
1379 team_notify_peers_interval_set(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_interval_set() argument
1386 team_mcast_rejoin_count_get(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_count_get() argument
1392 team_mcast_rejoin_count_set(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_count_set() argument
1399 team_mcast_rejoin_interval_get(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_interval_get() argument
1405 team_mcast_rejoin_interval_set(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_interval_set() argument
1412 team_port_en_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_port_en_option_get() argument
1420 team_port_en_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_port_en_option_set() argument
1432 team_user_linkup_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_option_get() argument
1442 team_user_linkup_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_option_set() argument
1453 team_user_linkup_en_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_en_option_get() argument
1461 team_user_linkup_en_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_en_option_set() argument
1472 team_priority_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_priority_option_get() argument
1480 team_priority_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_priority_option_set() argument
1493 team_queue_id_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_queue_id_option_get() argument
1501 team_queue_id_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_queue_id_option_set() argument
1586 struct team *team = netdev_priv(dev); team_init() local
1634 struct team *team = netdev_priv(dev); team_uninit() local
1653 struct team *team = netdev_priv(dev); team_destructor() local
1665 struct team *team = netdev_priv(dev); team_close() local
1681 struct team *team = netdev_priv(dev); team_xmit() local
1729 struct team *team = netdev_priv(dev); team_change_rx_flags() local
1749 struct team *team = netdev_priv(dev); team_set_rx_mode() local
1763 struct team *team = netdev_priv(dev); team_set_mac_address() local
1779 struct team *team = netdev_priv(dev); team_change_mtu() local
1811 struct team *team = netdev_priv(dev); team_get_stats64() local
1849 struct team *team = netdev_priv(dev); team_vlan_rx_add_vid() local
1872 struct team *team = netdev_priv(dev); team_vlan_rx_kill_vid() local
1888 __team_netpoll_cleanup(struct team * team) __team_netpoll_cleanup() argument
1898 struct team *team = netdev_priv(dev); team_netpoll_cleanup() local
1907 struct team *team = netdev_priv(dev); team_netpoll_setup() local
1927 struct team *team = netdev_priv(dev); team_add_slave() local
1936 struct team *team = netdev_priv(dev); team_del_slave() local
1945 struct team *team = netdev_priv(dev); team_del_slave_on_unregister() local
1956 struct team *team = netdev_priv(dev); team_fix_features() local
1977 struct team *team = netdev_priv(dev); team_change_carrier() local
2027 struct team *team= netdev_priv(dev); team_ethtool_get_link_ksettings() local
2064 struct team *team = netdev_priv(dev); team_setup_by_port() local
2091 struct team *team = netdev_priv(dev); team_dev_type_check_change() local
2116 struct team *team = netdev_priv(dev); team_setup() local
2257 team_nl_team_put(struct team * team) team_nl_team_put() argument
2265 team_nl_send_unicast(struct sk_buff * skb,struct team * team,u32 portid) team_nl_send_unicast() argument
2270 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
2352 __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
2368 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
2443 struct team *team; team_nl_options_get_doit() local
2475 struct team *team; team_nl_options_set_doit() local
2656 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
2742 struct team *team; team_nl_port_list_get_doit() local
2783 team_nl_send_multicast(struct sk_buff * skb,struct team * team,u32 portid) team_nl_send_multicast() argument
2789 team_nl_send_event_options_get(struct team * team,struct list_head * sel_opt_inst_list) team_nl_send_event_options_get() argument
2796 team_nl_send_event_port_get(struct team * team,struct team_port * port) team_nl_send_event_port_get() argument
2818 __team_options_change_check(struct team * team) __team_options_change_check() argument
2864 __team_carrier_check(struct team * team) __team_carrier_check() argument
[all...]
H A Dteam_mode_activebackup.c21 static struct ab_priv *ab_priv(struct team *team) in ab_priv() argument
23 return (struct ab_priv *) &team->mode_priv; in ab_priv()
26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive() argument
30 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_receive()
36 static bool ab_transmit(struct team *team, struct sk_buff *skb) in ab_transmit() argument
40 active_port = rcu_dereference_bh(ab_priv(team)->active_port); in ab_transmit()
43 if (team_dev_queue_xmit(team, active_port, skb)) in ab_transmit()
52 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave() argument
54 if (ab_priv(team)->active_port == port) { in ab_port_leave()
55 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL); in ab_port_leave()
[all …]
H A Dteam_mode_loadbalance.c17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive() argument
32 typedef struct team_port *lb_select_tx_port_func_t(struct team *,
58 struct team *team; member
75 static struct lb_priv *get_lb_priv(struct team *team) in get_lb_priv() argument
77 return (struct lb_priv *) &team->mode_priv; in get_lb_priv()
96 static void lb_tx_hash_to_port_mapping_null_port(struct team *team, in lb_tx_hash_to_port_mapping_null_port() argument
99 struct lb_priv *lb_priv = get_lb_priv(team); in lb_tx_hash_to_port_mapping_null_port()
114 team_options_change_check(team); in lb_tx_hash_to_port_mapping_null_port()
118 static struct team_port *lb_hash_select_tx_port(struct team *team, in lb_hash_select_tx_port() argument
121 int port_index = team_num_to_port_index(team, hash); in lb_hash_select_tx_port()
[all …]
H A Dteam_mode_roundrobin.c18 static struct rr_priv *rr_priv(struct team *team) in rr_priv() argument
20 return (struct rr_priv *) &team->mode_priv; in rr_priv()
23 static bool rr_transmit(struct team *team, struct sk_buff *skb) in rr_transmit() argument
28 port_index = team_num_to_port_index(team, in rr_transmit()
29 rr_priv(team)->sent_packets++); in rr_transmit()
30 port = team_get_port_by_index_rcu(team, port_index); in rr_transmit()
33 port = team_get_first_port_txable_rcu(team, port); in rr_transmit()
36 if (team_dev_queue_xmit(team, port, skb)) in rr_transmit()
H A DKconfig3 tristate "Ethernet team driver support"
11 "ip link add link [ address MAC ] [ NAME ] type team"
14 will be called team.
24 All added ports are setup to have team's device address.
26 To compile this team mode as a module, choose M here: the module
36 All added ports are setup to have team's device address.
38 To compile this team mode as a module, choose M here: the module
48 All added ports are setup to have team's device address.
50 To compile this team mode as a module, choose M here: the module
63 To compile this team mode as a module, choose M here: the module
[all …]
H A Dteam_mode_random.c14 static bool rnd_transmit(struct team *team, struct sk_buff *skb) in rnd_transmit() argument
19 port_index = get_random_u32_below(team->en_port_count); in rnd_transmit()
20 port = team_get_port_by_index_rcu(team, port_index); in rnd_transmit()
23 port = team_get_first_port_txable_rcu(team, port); in rnd_transmit()
26 if (team_dev_queue_xmit(team, port, skb)) in rnd_transmit()
H A Dteam_mode_broadcast.c14 static bool bc_transmit(struct team *team, struct sk_buff *skb) in bc_transmit() argument
22 list_for_each_entry_rcu(cur, &team->port_list, list) { in bc_transmit()
27 ret = !team_dev_queue_xmit(team, last, in bc_transmit()
37 ret = !team_dev_queue_xmit(team, last, skb); in bc_transmit()
H A DMakefile6 team-y:= team_core.o team_nl.o
7 obj-$(CONFIG_NET_TEAM) += team.o
/linux/include/linux/
H A Dif_team.h26 struct team;
32 struct team *team; member
115 int (*init)(struct team *team);
116 void (*exit)(struct team *team);
117 rx_handler_result_t (*receive)(struct team *team,
120 bool (*transmit)(struct team *team, struct sk_buff *skb);
121 int (*port_enter)(struct team *team, struct team_port *port);
122 void (*port_leave)(struct team *team, struct team_port *port);
123 void (*port_change_dev_addr)(struct team *team, struct team_port *port);
124 void (*port_enabled)(struct team *team, struct team_port *port);
[all …]
/linux/Documentation/process/
H A Dembargoed-hardware-issues.rst25 The Linux kernel hardware security team is separate from the regular Linux
26 kernel security team.
28 The team only handles developing fixes for embargoed hardware security
30 handled by this team and the reporter will be guided to contact the regular
31 Linux kernel security team (:ref:`Documentation/admin-guide/
34 The team can be contacted by email at <hardware-security@kernel.org>. This
53 The current team of hardware security officers:
77 The Linux kernel hardware security team is not a formal body and therefore
94 The Linux kernel community has a dedicated hardware security team for
98 The hardware security team identifies the developers (domain experts) who
[all …]
H A Dcve.rst16 The Linux kernel developer team does have the ability to assign CVEs for
39 fixed. Because of this, the CVE assignment team is overly cautious and
42 kernel team.
44 If the CVE assignment team misses a specific fix that any user feels
46 and the team there will work with you on it. Note that no potential
58 contact the kernel CVE assignment team at <cve@kernel.org> to get an
63 team. A list of the currently supported kernel branches can be found at
86 can not be assigned by the Linux kernel CVE team, and must be asked for
91 CVE team should not be treated as a valid CVE. Please notify the
92 kernel CVE assignment team at <cve@kernel.org> so that they can work to
[all …]
H A Dstable-kernel-rules.rst47 2. Ask the stable team to pick up a patch already mainlined.
48 3. Submit a patch to the stable team that is equivalent to a change already
82 To send additional instructions to the stable team, use a shell-style inline
121 Note, such tagging is unnecessary if the stable team can derive the
133 team's backporting tools (e.g AUTOSEL or scripts that look for commits
174 days, according to the schedules of the stable team members.
203 security kernel team, and not go through the normal review cycle.
204 Contact the kernel security team for more details on this procedure.
H A Dcontribution-maturity-model.rst78 * The number of upstream kernel contributions by team or organization
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst11 Andrew Tridgell (Samba team) for his early suggestions about SMB/CIFS VFS
14 the IBM Linux JFS team for explaining many esoteric Linux filesystem features.
15 Jeremy Allison of the Samba team has done invaluable work in adding the server
24 thanks to the Samba team for their technical advice and encouragement.
42 - Kazeon team for various fixes especially for 2.4 version.
/linux/fs/smb/server/
H A DKconfig36 https://github.com/cifsd-team/ksmbd-tools.
39 (https://github.com/cifsd-team/ksmbd-tools/blob/master/README).
/linux/Documentation/networking/device_drivers/ethernet/wangxun/
H A Dtxgbe.rst19 If you got any problem, contact Wangxun support team via nic-support@net-swift.com
H A Dngbe.rst13 customer support team via email at nic-support@net-swift.com or check our website
H A Dngbevf.rst15 If you got any problem, contact Wangxun support team via nic-support@net-swift.com
H A Dtxgbevf.rst15 If you got any problem, contact Wangxun support team via nic-support@net-swift.com
/linux/tools/testing/selftests/drivers/net/team/
H A Drefleak.sh13 ip -n "$ns1" link add name team1 type team
/linux/Documentation/translations/ja_JP/
H A Dstable_kernel_rules.txt4 and JF Project team <www.linux.or.jp/JF>.
H A Dstable_api_nonsense.txt4 and the JF Project team <http://www.linux.or.jp/JF/>.
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst140 * team
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst124 1. Download ksmbd-tools(https://github.com/cifsd-team/ksmbd-tools/releases) and
127 - Refer to README(https://github.com/cifsd-team/ksmbd-tools/blob/master/README.md)
/linux/Documentation/nvdimm/
H A Dmaintainer-entry-profile.rst39 be assigned a format-interface-code from the NVDIMM Sub-team of the ACPI

12