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

/drivers/net/bonding/
H A Dbond_3ad.c139 * __get_first_port - get the first port in the bond
144 static inline struct port *__get_first_port(struct bonding *bond) function
2120 if ((port = __get_first_port(bond))) {
2134 for (port = __get_first_port(bond); port; port = __get_next_port(port)) {
2376 for (port = __get_first_port(bond); port; port = __get_next_port(port)) {

Completed in 37 milliseconds