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

/freebsd-10.1-release/tools/tools/net80211/scripts/
H A Dsetup.tsn11 SSID=$SSID-tsn
13 CONF=$TMPDIR/tsn-$WLAN.conf
30 tsn=1
44 ifconfig $WLAN tsn
/freebsd-10.1-release/sys/netinet/
H A Dsctp_indata.h44 uint32_t tsn, uint32_t ppid,
50 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, stream_no, stream_seq, flags, dm) do { \
59 (_ctl)->sinfo_tsn = tsn; \
60 (_ctl)->sinfo_cumtsn = tsn; \
H A Dsctp_header.h143 uint32_t tsn; member in struct:sctp_data
353 uint32_t tsn; member in struct:old_sctp_ecne_chunk
358 uint32_t tsn; member in struct:sctp_ecne_chunk
365 uint32_t tsn; member in struct:sctp_cwr_chunk
H A Dsctp_indata.c123 uint32_t tsn, uint32_t ppid,
140 read_queue_e->sinfo_tsn = tsn;
141 read_queue_e->sinfo_cumtsn = tsn;
316 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) argument
325 if (SCTP_TSN_GT(cumackp1, tsn)) {
327 * this tsn is behind the cum ack and thus we don't need to
332 SCTP_CALC_TSN_TO_GAP(gap, tsn, asoc->mapping_array_base_tsn);
334 SCTP_PRINTF("gap:%x tsn:%x\n", gap, tsn);
342 if (SCTP_TSN_GT(tsn, aso
121 sctp_build_readq_entry(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t tsn, uint32_t ppid, uint32_t context, uint16_t stream_no, uint16_t stream_seq, uint8_t flags, struct mbuf *dm) argument
732 uint32_t tsn; local
1268 uint32_t tsn, gap; local
[all...]
H A Dsctp_constants.h897 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \
898 if (tsn >= mapping_tsn) { \
899 gap = tsn - mapping_tsn; \
901 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \
H A Dsctp_var.h261 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
282 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
H A Dsctp_input.c295 /* init tsn's */
368 /* EY - nr_sack: initialize highest tsn in nr_mapping_array */
2994 uint32_t tsn, window_data_tsn; local
3010 tsn = ntohl(cp->tsn);
3022 if (lchk->rec.data.TSN_seq == tsn) {
3027 if (SCTP_TSN_GT(lchk->rec.data.TSN_seq, tsn)) {
3038 if (tsn == net->last_cwr_tsn) {
3061 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3075 net->last_cwr_tsn = tsn;
3217 uint32_t tsn; local
3838 uint32_t seq, tsn; local
[all...]
H A Dsctp.h422 uint32_t tsn; /* TSN of the empty data chunk */ member in struct:sctp_error_no_user_data
H A Dsctp_structs.h79 uint32_t tsn; member in struct:sctp_stream_reset_list
626 uint32_t tsn; member in struct:sctp_tsn_log
639 uint32_t tsn; member in struct:sctp_fs_spec_log
875 /* ASCONF next seq I am sending out, inits at init-tsn */
H A Dsctputil.c127 sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t tsn, uint16_t sseq, uint16_t stream, int from) argument
132 sctp_clog.x.strlog.n_tsn = tsn;
166 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
172 sctp_clog.x.sack.tsn = tsn;
203 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) argument
210 sctp_clog.x.fr.tsn = tsn;
3915 stcb->asoc.in_tsnlog[i].tsn,
3925 stcb->asoc.in_tsnlog[i].tsn,
4662 sctp_generate_no_user_data_cause(uint32_t tsn) argument
[all...]
H A Dsctp_uio.h805 uint32_t tsn; member in struct:sctp_fr_log
831 uint32_t tsn; member in struct:sctp_sack_log
1111 * fwd-tsn's */
H A Dsctp_output.c7565 asoc->out_tsnlog[asoc->tsn_out_at].tsn = chk->rec.data.TSN_seq;
7578 dchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
9523 /* Clean up the fwd-tsn list */
9530 * fwd-tsn with it all.
9587 uint32_t tsn; local
9589 tsn = asoc->last_acked_seq + 1;
9590 if (tsn == chk->rec.data.TSN_seq) {
11361 ctsn = ntohl(ecne->tsn);
11363 ecne->tsn = htonl(high_tsn);
11401 ecne->tsn
[all...]
/freebsd-10.1-release/sys/net/
H A Dbpf.c2244 struct timespec tsn; local
2258 bintime2timespec(bt, &tsn);
2259 ts->bt_sec = tsn.tv_sec;
2260 ts->bt_frac = tsn.tv_nsec;

Completed in 145 milliseconds