staticbool rnd_transmit(struct team *team, struct sk_buff *skb)
{ struct team_port *port; int port_index;
port_index = get_random_u32_below(team->en_port_count);
port = team_get_port_by_index_rcu(team, port_index); if (unlikely(!port)) goto drop;
port = team_get_first_port_txable_rcu(team, port); if (unlikely(!port)) goto drop; if (team_dev_queue_xmit(team, port, skb)) returnfalse; returntrue;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.