Home
last modified time | relevance | path

Searched refs:sctp_acked (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/sctp/
Doutqueue.c59 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn);
1004 sctp_acked(sack, tsn)) in sctp_highest_new_tsn()
1245 if (sctp_acked(sack, tsn)) { in sctp_check_transmitted()
1591 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn) in sctp_acked() function