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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.c106 static void link_state_event(struct link *l_ptr, u32 event);
375 link_state_event(l_ptr, TIMEOUT_EVT);
504 link_state_event(l_ptr, STARTING_EVT);
717 * link_state_event - link finite state machine
722 static void link_state_event(struct link *l_ptr, unsigned event) function
1882 link_state_event(l_ptr, TRAFFIC_MSG_EVT);
2172 link_state_event(l_ptr, msg_type(msg));
2195 link_state_event(l_ptr, TRAFFIC_MSG_EVT);

Completed in 226 milliseconds