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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.c155 * __get_next_port - get the next port in the bond
161 static inline struct port *__get_next_port(struct port *port) function
2085 for (port = __get_first_port(bond); port; port = __get_next_port(port)) {
2299 for (port = __get_first_port(bond); port; port = __get_next_port(port)) {

Completed in 113 milliseconds