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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_sap.c153 llc_sap_action_t *next_action = trans->ev_actions; local
155 for (; next_action && *next_action; next_action++)
156 if ((*next_action)(sap, skb))
H A Dllc_station.c546 llc_station_action_t *next_action = trans->ev_actions; local
548 for (; next_action && *next_action; next_action++)
549 if ((*next_action)(skb))
H A Dllc_conn.c445 llc_conn_action_t *next_action; local
447 for (next_action = trans->ev_actions;
448 next_action && *next_action; next_action++) {
449 int rc2 = (*next_action)(sk, skb);

Completed in 75 milliseconds