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

/freebsd-11.0-release/sys/netinet/
H A Dsctp_indata.c2820 struct sctp_tmit_chunk *tp1; local
2824 /* Recover the tp1 we last saw */
2825 tp1 = *p_tp1;
2826 if (tp1 == NULL) {
2827 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue);
2831 while (tp1) {
2832 if (tp1->rec.data.doing_fast_retransmit)
2843 if ((tp1->sent < SCTP_DATAGRAM_RESEND) &&
2844 (tp1->whoTo->find_pseudo_cumack == 1) &&
2845 (tp1
3060 struct sctp_tmit_chunk *tp1; local
3122 struct sctp_tmit_chunk *tp1; local
3180 struct sctp_tmit_chunk *tp1; local
3623 struct sctp_tmit_chunk *tp1, *tp2, *a_adv = NULL; local
3763 sctp_window_probe_recovery(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *tp1) argument
3803 struct sctp_tmit_chunk *tp1, *tp2; local
4316 struct sctp_tmit_chunk *tp1, *tp2; local
[all...]
H A Dsctp_var.h254 #define sctp_flight_size_decrease(tp1) do { \
255 if (tp1->whoTo->flight_size >= tp1->book_size) \
256 tp1->whoTo->flight_size -= tp1->book_size; \
258 tp1->whoTo->flight_size = 0; \
261 #define sctp_flight_size_increase(tp1) do { \
262 (tp1)->whoTo->flight_size += (tp1)->book_size; \
266 #define sctp_total_flight_decrease(stcb, tp1) d
[all...]
H A Dsctputil.h280 #define sctp_free_bufspace(stcb, asoc, tp1, chk_cnt) \
282 if (tp1->data != NULL) { \
284 if ((asoc)->total_output_queue_size >= tp1->book_size) { \
285 atomic_subtract_int(&((asoc)->total_output_queue_size), tp1->book_size); \
291 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) { \
292 atomic_subtract_int(&((stcb)->sctp_socket->so_snd.sb_cc), tp1->book_size); \
H A Dsctputil.c4670 struct sctp_tmit_chunk *tp1, int chk_cnt)
4672 if (tp1->data == NULL) {
4679 tp1->book_size,
4681 tp1->mbcnt);
4683 if (asoc->total_output_queue_size >= tp1->book_size) {
4684 atomic_add_int(&asoc->total_output_queue_size, -tp1->book_size);
4691 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) {
4692 stcb->sctp_socket->so_snd.sb_cc -= tp1->book_size;
4703 sctp_release_pr_sctp_chunk(struct sctp_tcb *stcb, struct sctp_tmit_chunk *tp1, argument
4719 stream = tp1
4669 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.c3259 struct sctp_tmit_chunk *tp1; local
3262 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3263 if (tp1->rec.data.TSN_seq == tsn) {
3267 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, tsn)) {
3269 tp1 = NULL;
3273 if (tp1 == NULL) {
3279 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3280 if (tp1->rec.data.TSN_seq == tsn) {
3286 if (tp1 == NULL) {
3289 if ((tp1)
[all...]
H A Dsctp_output.c6966 struct sctp_tmit_chunk *tp1; local
6989 tp1 = TAILQ_LAST(&asoc->sent_queue, sctpchunk_listhead);
6990 if ((tp1) && SCTP_TSN_GT(tp1->rec.data.TSN_seq, data_list[i]->rec.data.TSN_seq)) {
6995 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next);
6997 TAILQ_INSERT_BEFORE(tp1, data_list[i], sctp_next);
7000 tp1 = tpp;
7001 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, data_list[i]->rec.data.TSN_seq)) {
7004 TAILQ_INSERT_AFTER(&asoc->sent_queue, tp1, data_list[i], sctp_next);
10261 struct sctp_tmit_chunk *chk, *at, *tp1, *las local
[all...]
H A Dsctp_cc_functions.c1321 struct sctp_tmit_chunk *tp1)
1323 net->cc_mod.rtcc.bw_bytes += tp1->send_size;
1320 sctp_cwnd_update_rtcc_tsn_acknowledged(struct sctp_nets *net, struct sctp_tmit_chunk *tp1) argument
/freebsd-11.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
188 settimes(f_time, f_dayBefore, f_dayAfter, Friday, &tp1, &tp2);
189 generatedates(&tp1, &tp2);
H A Dcalendar.h158 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);
180 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-11.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-11.0-release/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl152 my $tp1=$r3;
248 lea 448(%rsp), $tp1 # 64+128+256=448
276 vmovdqu $ACC9, 32*10-448($tp1)
278 vmovdqu $ACC9, 32*11-448($tp1)
280 vmovdqu $ACC9, 32*12-448($tp1)
282 vmovdqu $ACC9, 32*13-448($tp1)
284 vmovdqu $ACC9, 32*14-448($tp1)
286 vmovdqu $ACC9, 32*15-448($tp1)
288 vmovdqu $ACC9, 32*16-448($tp1)
291 vmovdqu $ACC9, 32*17-448($tp1)
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/aes/
H A Daes_x86core.c601 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
603 tp1 = rk[j];
604 m = tp1 & 0x80808080;
605 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
613 tp9 = tp8 ^ tp1;
913 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
916 tp1 = t[i];
917 m = tp1 & 0x80808080;
918 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
926 tp9 = tp8 ^ tp1;
990 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1334 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1336 tp1 = rk[j];
1337 m = tp1 & 0x80808080;
1338 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
1346 tp9 = tp8 ^ tp1;
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Ddecl.c1952 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int *warn) argument
1956 while (tp1 != NULL && tp2 != NULL) {
1958 t = tp1->t_tspec;
1977 if (tp1->t_const != tp2->t_const && !ignqual && !tflag)
1980 if (tp1->t_volatile != tp2->t_volatile && !ignqual && !tflag)
1984 return (tp1->t_str == tp2->t_str);
1986 if (t == ARRAY && tp1->t_dim != tp2->t_dim) {
1987 if (tp1->t_dim != 0 && tp2->t_dim != 0)
1993 if (tp1->t_proto && tp2->t_proto) {
1994 if (!eqargs(tp1, tp
2018 eqargs(type_t *tp1, type_t *tp2, int *warn) argument
[all...]
H A Dtree.c474 type_t *tp1, *tp2; local
476 tp1 = csym->s_type;
478 if (tp1->t_flen != tp2->t_flen) {
482 if (tp1->t_foffs != tp2->t_foffs) {
2201 * of tp1->t_subt and tp2->t_subt.
2204 mrgqual(type_t **tpp, type_t *tp1, type_t *tp2) argument
2208 tp1->t_tspec != PTR || tp2->t_tspec != PTR) {
2213 (tp1->t_subt->t_const | tp2->t_subt->t_const) &&
2215 (tp1->t_subt->t_volatile | tp2->t_subt->t_volatile)) {
2222 tp1
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-tcp.c807 struct tcphdr tp1; local
823 tp1 = *tp;
869 savecsum = tp1.th_sum;
870 tp1.th_sum = 0;
871 MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr));
872 tp1.th_sum = savecsum;
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl1586 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1649 lw $tp1,16($key) # modulo-scheduled
1660 and $m,$tp1,$x80808080
1661 and $tp2,$tp1,$x7f7f7f7f
1684 xor $tp9,$tp8,$tp1
1690 rotr $tp1,$tpd,16
1693 xor $tpe,$tp1
1696 lw $tp1,4($key) # modulo-scheduled
1699 _ror $tp1,$tpd,16
1702 xor $tpe,$tp1
[all...]
H A Daes-586.pl1296 &xor ($tp2,$s[$i]); # tp2^tp1
1307 &xor ($tp4,$s[$i]); # tp4^tp1
1308 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1316 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1318 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
1320 &xor ($s[$i],$tp4); # ^= ROTATE(tp8^tp4^tp1,16)
2872 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2876 &and ($tmp,$tp1);
2877 &lea ($tp2,&DWP(0,$tp1,
[all...]
H A Daes-x86_64.pl1060 xor $tp10,$tp20 # tp2^=tp1
1062 xor $tp18,$tp28 # tp2^=tp1
1067 xor $tp10,$tp40 # tp4^=tp1
1068 xor $tp18,$tp48 # tp4^=tp1
1076 xor $tp80,$tp10 # tp1^=tp8
1077 xor $tp88,$tp18 # tp1^=tp8
1078 xor $tp80,$tp20 # tp2^tp1^=tp8
1079 xor $tp88,$tp28 # tp2^tp1^=tp8
1082 xor $tp80,$tp40 # tp4^tp1^=tp8
1084 xor $tp88,$tp48 # tp4^tp1
[all...]
/freebsd-11.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 413 milliseconds