OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_ss_is_empty
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c
850
.
sctp_ss_is_empty
= sctp_ss_default_is_empty,
878
.
sctp_ss_is_empty
= sctp_ss_default_is_empty,
906
.
sctp_ss_is_empty
= sctp_ss_default_is_empty,
934
.
sctp_ss_is_empty
= sctp_ss_default_is_empty,
962
.
sctp_ss_is_empty
= sctp_ss_default_is_empty,
990
.
sctp_ss_is_empty
= sctp_ss_fcfs_is_empty,
sctp_timer.c
[
all
...]
sctp_structs.h
763
int (*
sctp_ss_is_empty
)(struct sctp_tcb *stcb, struct sctp_association *asoc);
member in struct:sctp_ss_functions
[
all
...]
sctp_input.c
260
if (!stcb->asoc.ss_functions.
sctp_ss_is_empty
(stcb, asoc)) {
[
all
...]
sctp_output.c
[
all
...]
Completed in 40 milliseconds