HomeSort by: relevance | last modified time | path
    Searched refs:sctp_tmit_chunk (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/netinet/
sctp_indata.h 39 struct sctp_tmit_chunk *, int);
50 struct sctp_tmit_chunk *
sctputil.h 206 int sctp_release_pr_sctp_chunk(struct sctp_tcb *, struct sctp_tmit_chunk *,
223 struct sctp_tmit_chunk *);
228 void sctp_log_strm_del(struct sctp_tmit_chunk *, struct sctp_tmit_chunk *, int);
sctp_structs.h 228 TAILQ_HEAD(sctpchunk_listhead, sctp_tmit_chunk);
232 struct sctp_tmit_chunk { struct
247 TAILQ_ENTRY(sctp_tmit_chunk) sctp_next; /* next link */
sctp_indata.c 233 sctp_build_ctl(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk)
275 struct sctp_tmit_chunk *chk, int hold_locks)
516 struct sctp_tmit_chunk *chk, *at;
802 struct sctp_tmit_chunk *chk, int *abort_flag)
805 struct sctp_tmit_chunk *at;
1005 struct sctp_tmit_chunk *chk;
1041 struct sctp_tmit_chunk *chk, int *abort_flag)
1047 struct sctp_tmit_chunk *at, *prev, *next;
1610 struct sctp_tmit_chunk *chk)
1612 struct sctp_tmit_chunk *at
    [all...]
sctp_timer.c 102 struct sctp_tmit_chunk *chk;
356 struct sctp_tmit_chunk *chk, *tp2;
696 struct sctp_tmit_chunk *chk;
830 struct sctp_tmit_chunk *lchk;
904 struct sctp_tmit_chunk *cookie;
968 struct sctp_tmit_chunk *strrst, *chk;
1040 struct sctp_tmit_chunk *asconf, *chk;
1195 struct sctp_tmit_chunk *chk;
sctp_output.c 2010 struct sctp_tmit_chunk *chk)
2069 struct sctp_tmit_chunk *chk,
3915 struct sctp_tmit_chunk *chk, *nchk;
3993 sctp_prepare_chunk(struct sctp_tmit_chunk *template,
3999 memset(template, 0, sizeof(struct sctp_tmit_chunk));
4131 struct sctp_tmit_chunk *chk;
4133 struct sctp_tmit_chunk template;
4333 chk = (struct sctp_tmit_chunk *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_chunk);
4403 * sctp_tmit_chunk chains and place them all on the stream
4413 chk = (struct sctp_tmit_chunk *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_chunk)
    [all...]
sctputil.c 176 sctp_log_strm_del(struct sctp_tmit_chunk *chk, struct sctp_tmit_chunk *poschk,
436 struct sctp_tmit_chunk *chk;
907 struct sctp_tmit_chunk *chk;
1597 struct sctp_tmit_chunk *chk;
2058 struct sctp_tmit_chunk *chk)
2507 (struct sctp_tmit_chunk *)data);
2571 struct sctp_tmit_chunk *chk;
3335 struct sctp_tmit_chunk *tp1)
3376 sctp_release_pr_sctp_chunk(struct sctp_tcb *stcb, struct sctp_tmit_chunk *tp1
    [all...]
sctp_input.c 187 struct sctp_tmit_chunk *chk;
2208 struct sctp_tmit_chunk *chk;
2223 struct sctp_tmit_chunk *lchk;
2295 struct sctp_tmit_chunk *chk;
2379 struct sctp_tmit_chunk *tp1;
2501 struct sctp_tmit_chunk *asconf;
2553 struct sctp_tmit_chunk *cookie;
2630 struct sctp_tmit_chunk *chk, *nchk;
3541 struct sctp_tmit_chunk *chk;
sctp_usrreq.c 184 struct sctp_tmit_chunk *chk)
186 struct sctp_tmit_chunk *new_chk;
189 new_chk = (struct sctp_tmit_chunk *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_chunk);
292 struct sctp_tmit_chunk *chk, *nchk;
sctp_pcb.c 3026 struct sctp_tmit_chunk *chk;
3841 sizeof(struct sctp_tmit_chunk),
4493 struct sctp_tmit_chunk *chk, *nchk;
  /src/sys/netinet6/
sctp6_usrreq.c 350 struct sctp_tmit_chunk *chk;

Completed in 30 milliseconds