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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Deth_media.c62 static struct eth_bearer eth_bearers[MAX_ETH_BEARERS]; variable in typeref:struct:eth_bearer
133 struct eth_bearer *eb_ptr = &eth_bearers[0];
134 struct eth_bearer *stop = &eth_bearers[MAX_ETH_BEARERS];
199 struct eth_bearer *eb_ptr = &eth_bearers[0];
200 struct eth_bearer *stop = &eth_bearers[MAX_ETH_BEARERS];
273 memset(eth_bearers, 0, sizeof(eth_bearers));
303 if (eth_bearers[i].bearer) {
304 eth_bearers[i].bearer->blocked = 1;
305 eth_bearers[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Deth_media.c62 static struct eth_bearer eth_bearers[MAX_ETH_BEARERS]; variable in typeref:struct:eth_bearer
133 struct eth_bearer *eb_ptr = &eth_bearers[0];
134 struct eth_bearer *stop = &eth_bearers[MAX_ETH_BEARERS];
199 struct eth_bearer *eb_ptr = &eth_bearers[0];
200 struct eth_bearer *stop = &eth_bearers[MAX_ETH_BEARERS];
273 memset(eth_bearers, 0, sizeof(eth_bearers));
303 if (eth_bearers[i].bearer) {
304 eth_bearers[i].bearer->blocked = 1;
305 eth_bearers[
[all...]

Completed in 103 milliseconds