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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dsm_statefuns.c576 struct sctp_ulpevent *ev, *ai_ev = NULL; local
665 ai_ev = sctp_ulpevent_make_adaptation_indication(new_asoc,
667 if (!ai_ev)
696 if (ai_ev)
698 SCTP_ULPEVENT(ai_ev));
1735 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL; local
1776 ai_ev = sctp_ulpevent_make_adaptation_indication(asoc,
1778 if (!ai_ev)
1792 if (ai_ev)
1794 SCTP_ULPEVENT(ai_ev));
[all...]

Completed in 102 milliseconds