Searched refs:tp1 (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_indata.c2806 struct sctp_tmit_chunk *tp1; local
2810 /* Recover the tp1 we last saw */
2811 tp1 = *p_tp1;
2812 if (tp1 == NULL) {
2813 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue);
2817 while (tp1) {
2818 if (tp1->rec.data.doing_fast_retransmit)
2829 if ((tp1->whoTo->find_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) &&
2830 (tp1
3039 struct sctp_tmit_chunk *tp1; local
3101 struct sctp_tmit_chunk *tp1; local
3159 struct sctp_tmit_chunk *tp1; local
3602 struct sctp_tmit_chunk *tp1, *tp2, *a_adv = NULL; local
3736 sctp_window_probe_recovery(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *tp1) argument
3776 struct sctp_tmit_chunk *tp1, *tp2; local
4330 struct sctp_tmit_chunk *tp1, *tp2; local
[all...]
H A Dsctp_var.h245 #define sctp_flight_size_decrease(tp1) do { \
246 if (tp1->whoTo->flight_size >= tp1->book_size) \
247 tp1->whoTo->flight_size -= tp1->book_size; \
249 tp1->whoTo->flight_size = 0; \
252 #define sctp_flight_size_increase(tp1) do { \
253 (tp1)->whoTo->flight_size += (tp1)->book_size; \
257 #define sctp_total_flight_decrease(stcb, tp1) d
[all...]
H A Dsctputil.h274 #define sctp_free_bufspace(stcb, asoc, tp1, chk_cnt) \
276 if (tp1->data != NULL) { \
278 if ((asoc)->total_output_queue_size >= tp1->book_size) { \
279 atomic_subtract_int(&((asoc)->total_output_queue_size), tp1->book_size); \
285 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) { \
286 atomic_subtract_int(&((stcb)->sctp_socket->so_snd.sb_cc), tp1->book_size); \
H A Dsctputil.c4652 struct sctp_tmit_chunk *tp1, int chk_cnt)
4654 if (tp1->data == NULL) {
4661 tp1->book_size,
4663 tp1->mbcnt);
4665 if (asoc->total_output_queue_size >= tp1->book_size) {
4666 atomic_add_int(&asoc->total_output_queue_size, -tp1->book_size);
4673 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) {
4674 stcb->sctp_socket->so_snd.sb_cc -= tp1->book_size;
4685 sctp_release_pr_sctp_chunk(struct sctp_tcb *stcb, struct sctp_tmit_chunk *tp1, argument
4701 stream = tp1
4651 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *tp1, int chk_cnt) argument
[all...]
H A Dsctp_input.c3247 struct sctp_tmit_chunk *tp1; local
3250 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3251 if (tp1->rec.data.TSN_seq == tsn) {
3255 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, tsn)) {
3257 tp1 = NULL;
3261 if (tp1 == NULL) {
3267 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3268 if (tp1->rec.data.TSN_seq == tsn) {
3274 if (tp1 == NULL) {
3277 if ((tp1)
[all...]
H A Dsctp_output.c6789 struct sctp_tmit_chunk *tp1; local
6812 tp1 = TAILQ_LAST(&asoc->sent_queue, sctpchunk_listhead);
6813 if ((tp1) && SCTP_TSN_GT(tp1->rec.data.TSN_seq, data_list[i]->rec.data.TSN_seq)) {
6818 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next);
6820 TAILQ_INSERT_BEFORE(tp1, data_list[i], sctp_next);
6823 tp1 = tpp;
6824 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, data_list[i]->rec.data.TSN_seq)) {
6827 TAILQ_INSERT_AFTER(&asoc->sent_queue, tp1, data_list[i], sctp_next);
10128 struct sctp_tmit_chunk *at, *tp1, *las local
[all...]
H A Dsctp_cc_functions.c1301 struct sctp_tmit_chunk *tp1)
1303 net->cc_mod.rtcc.bw_bytes += tp1->send_size;
1300 sctp_cwnd_update_rtcc_tsn_acknowledged(struct sctp_nets *net, struct sctp_tmit_chunk *tp1) argument
/freebsd-10.0-release/usr.bin/calendar/
H A Dday.c49 settimes(time_t now, int before, int after, int friday, struct tm *tp1, struct tm *tp2) argument
61 localtime_r(&time1, tp1);
62 year1 = 1900 + tp1->tm_year;
67 strftime(dayname, sizeof(dayname) - 1, "%A, %d %B %Y", tp1);
H A Dcalendar.c78 struct tm tp1, tp2; local
184 settimes(f_time, f_dayBefore, f_dayAfter, Friday, &tp1, &tp2);
185 generatedates(&tp1, &tp2);
H A Dcalendar.h158 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);
184 void generatedates(struct tm *tp1, struct tm *tp2);
H A Ddates.c169 generatedates(struct tm *tp1, struct tm *tp2) argument
175 y1 = tp1->tm_year;
176 m1 = tp1->tm_mon + 1;
177 d1 = tp1->tm_mday;
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dchk.c236 type_t *tp1, *tp2; local
249 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
252 eq = eqtype(tp1, tp2, 1, 0, 0, (warn = 0, &warn));
296 type_t *tp1, *tp2; local
306 tp1 = TP(def->s_type);
312 if (tp1->t_tspec == FUNC && tp2->t_tspec == FUNC) {
313 eq = eqtype(tp1->t_subt, tp2->t_subt, 1, 0, 0, &warn);
315 eq = eqtype(tp1, tp2, 0, 0, 0, &warn);
334 type_t *tp1, *tp2, **ap1, **ap2; local
350 tp1
1099 type_t **ap1, **ap2, *tp1, *tp2; local
1174 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int asgn, int *warn) argument
1300 eqargs(type_t *tp1, type_t *tp2, int *warn) argument
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-tcp.c736 struct tcphdr tp1; local
752 tp1 = *tp;
798 savecsum = tp1.th_sum;
799 tp1.th_sum = 0;
800 MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr));
801 tp1.th_sum = savecsum;
/freebsd-10.0-release/crypto/openssl/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
599 tp1 = rk[j];
600 m = tp1 & 0x80808080;
601 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
609 tp9 = tp8 ^ tp1;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
908 tp1 = t[i];
909 m = tp1 & 0x80808080;
910 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
918 tp9 = tp8 ^ tp1;
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1331 tp1 = rk[j];
1332 m = tp1 & 0x80808080;
1333 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
1341 tp9 = tp8 ^ tp1;
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Ddecl.c1950 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int *warn) argument
1954 while (tp1 != NULL && tp2 != NULL) {
1956 t = tp1->t_tspec;
1975 if (tp1->t_const != tp2->t_const && !ignqual && !tflag)
1978 if (tp1->t_volatile != tp2->t_volatile && !ignqual && !tflag)
1982 return (tp1->t_str == tp2->t_str);
1984 if (t == ARRAY && tp1->t_dim != tp2->t_dim) {
1985 if (tp1->t_dim != 0 && tp2->t_dim != 0)
1991 if (tp1->t_proto && tp2->t_proto) {
1992 if (!eqargs(tp1, tp
2016 eqargs(type_t *tp1, type_t *tp2, int *warn) argument
[all...]
H A Dtree.c454 type_t *tp1, *tp2; local
456 tp1 = csym->s_type;
458 if (tp1->t_flen != tp2->t_flen) {
462 if (tp1->t_foffs != tp2->t_foffs) {
2148 * of tp1->t_subt and tp2->t_subt.
2151 mrgqual(type_t **tpp, type_t *tp1, type_t *tp2) argument
2155 tp1->t_tspec != PTR || tp2->t_tspec != PTR) {
2160 (tp1->t_subt->t_const | tp2->t_subt->t_const) &&
2162 (tp1->t_subt->t_volatile | tp2->t_subt->t_volatile)) {
2169 tp1
[all...]
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dintegration_test.sh33 cp $(atf_get_srcdir)/pass_helper dir1/tp1
60 tp: tp1
260 tc, #.#, dir1/tp1, main, passed
261 tp, #.#, dir1/tp1, passed
288 dir1/tp1 (1/5): 1 test cases
343 <tp id="dir1/tp1">
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl1291 &xor ($tp2,$s[$i]); # tp2^tp1
1302 &xor ($tp4,$s[$i]); # tp4^tp1
1303 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1312 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1314 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
1315 &xor ($s[$i],$tp4); # ^= ROTATE(tp8^tp4^tp1,16)
2865 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2868 &mov ($acc,$tp1);
2872 &lea ($tp2,&DWP(0,$tp1,
[all...]
H A Daes-x86_64.pl1062 xor $tp10,$tp20 # tp2^=tp1
1064 xor $tp18,$tp28 # tp2^=tp1
1069 xor $tp10,$tp40 # tp4^=tp1
1070 xor $tp18,$tp48 # tp4^=tp1
1078 xor $tp80,$tp10 # tp1^=tp8
1079 xor $tp88,$tp18 # tp1^=tp8
1080 xor $tp80,$tp20 # tp2^tp1^=tp8
1081 xor $tp88,$tp28 # tp2^tp1^=tp8
1084 xor $tp80,$tp40 # tp4^tp1^=tp8
1085 xor $tp88,$tp48 # tp4^tp1
[all...]
H A Daes-mips.pl1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1157 lw $tp1,16($key) # modulo-scheduled
1168 and $m,$tp1,$x80808080
1169 and $tp2,$tp1,$x7f7f7f7f
1192 xor $tp9,$tp8,$tp1
1197 _ror $tp1,$tpd,16
1200 xor $tpe,$tp1
1201 _ror $tp1,$tp9,8
1204 xor $tpe,$tp1
1205 _ror $tp1,
[all...]
/freebsd-10.0-release/sys/dev/mn/
H A Dif_mn.c866 u_int8_t *tp1; local
870 tp1 = (u_int8_t *)sc->m1v;
872 printf("%s: %02x |", sc->name, j * sizeof *tp1);
874 printf(" %02x", tp1[i+j]);

Completed in 162 milliseconds