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

/linux-4.1.27/net/sctp/
H A DMakefile13 output.o input.o debug.o ssnmap.o auth.o
H A Dssnmap.c70 SCTP_DBG_OBJCNT_INC(ssnmap); sctp_ssnmap_new()
84 /* Initialize a block of memory as a ssnmap. */ sctp_ssnmap_init()
101 /* Clear out the ssnmap streams. */ sctp_ssnmap_clear()
110 /* Dispose of a ssnmap. */ sctp_ssnmap_free()
124 SCTP_DBG_OBJCNT_DEC(ssnmap); sctp_ssnmap_free()
H A Dobjcnt.c54 SCTP_DBG_OBJCNT(ssnmap); variable
70 SCTP_DBG_OBJCNT_ENTRY(ssnmap),
H A Dulpqueue.c764 in = &ulpq->asoc->ssnmap->in; sctp_ulpq_retrieve_ordered()
785 /* Found it, so mark in the ssnmap. */ sctp_ulpq_retrieve_ordered()
858 in = &ulpq->asoc->ssnmap->in; sctp_ulpq_order()
893 in = &ulpq->asoc->ssnmap->in; sctp_ulpq_reap_ordered()
958 in = &ulpq->asoc->ssnmap->in; sctp_ulpq_skip()
H A Dassociola.c360 /* Free ssnmap storage. */ sctp_association_free()
361 sctp_ssnmap_free(asoc->ssnmap); sctp_association_free()
1130 sctp_ssnmap_clear(asoc->ssnmap); sctp_assoc_update()
1155 if (!asoc->ssnmap) { sctp_assoc_update()
1156 /* Move the ssnmap. */ sctp_assoc_update()
1157 asoc->ssnmap = new->ssnmap; sctp_assoc_update()
1158 new->ssnmap = NULL; sctp_assoc_update()
H A Dsm_make_chunk.c1532 stream = &chunk->asoc->ssnmap->out; sctp_chunk_assign_ssn()
2439 asoc->ssnmap = sctp_ssnmap_new(asoc->c.sinit_max_instreams,
2441 if (!asoc->ssnmap)
H A Dsm_statefuns.c6292 if (ordered && SSN_lt(ssn, sctp_ssn_peek(&asoc->ssnmap->in, sid))) { sctp_eat_data()
/linux-4.1.27/include/net/sctp/
H A Dstructs.h1711 struct sctp_ssnmap *ssnmap; member in struct:sctp_association

Completed in 243 milliseconds