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

/freebsd-11-stable/sys/netinet/
H A Dsctp_indata.c2984 struct sctp_tmit_chunk *tp1; local
2988 /* Recover the tp1 we last saw */
2989 tp1 = *p_tp1;
2990 if (tp1 == NULL) {
2991 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue);
2995 while (tp1) {
2996 if (tp1->rec.data.doing_fast_retransmit)
3007 if ((tp1->sent < SCTP_DATAGRAM_RESEND) &&
3008 (tp1->whoTo->find_pseudo_cumack == 1) &&
3009 (tp1
3223 struct sctp_tmit_chunk *tp1; local
3285 struct sctp_tmit_chunk *tp1; local
3343 struct sctp_tmit_chunk *tp1; local
3794 struct sctp_tmit_chunk *tp1, *tp2, *a_adv = NULL; local
3932 sctp_window_probe_recovery(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *tp1) argument
3972 struct sctp_tmit_chunk *tp1, *tp2; local
4474 struct sctp_tmit_chunk *tp1, *tp2; local
[all...]
H A Dsctp_var.h252 #define sctp_flight_size_decrease(tp1) do { \
253 if (tp1->whoTo->flight_size >= tp1->book_size) \
254 tp1->whoTo->flight_size -= tp1->book_size; \
256 tp1->whoTo->flight_size = 0; \
259 #define sctp_flight_size_increase(tp1) do { \
260 (tp1)->whoTo->flight_size += (tp1)->book_size; \
264 #define sctp_total_flight_decrease(stcb, tp1) d
[all...]
H A Dsctputil.h273 #define sctp_free_bufspace(stcb, asoc, tp1, chk_cnt) \
275 if (tp1->data != NULL) { \
277 if ((asoc)->total_output_queue_size >= tp1->book_size) { \
278 atomic_subtract_int(&((asoc)->total_output_queue_size), tp1->book_size); \
284 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) { \
285 atomic_subtract_int(&((stcb)->sctp_socket->so_snd.sb_cc), tp1->book_size); \
H A Dsctputil.c4751 struct sctp_tmit_chunk *tp1, int chk_cnt)
4753 if (tp1->data == NULL) {
4760 tp1->book_size,
4762 tp1->mbcnt);
4764 if (asoc->total_output_queue_size >= tp1->book_size) {
4765 atomic_add_int(&asoc->total_output_queue_size, -tp1->book_size);
4772 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) {
4773 stcb->sctp_socket->so_snd.sb_cc -= tp1->book_size;
4784 sctp_release_pr_sctp_chunk(struct sctp_tcb *stcb, struct sctp_tmit_chunk *tp1, argument
4801 sid = tp1
4750 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.c3304 struct sctp_tmit_chunk *tp1; local
3307 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3308 if (tp1->rec.data.tsn == tsn) {
3312 if (SCTP_TSN_GT(tp1->rec.data.tsn, tsn)) {
3314 tp1 = NULL;
3318 if (tp1 == NULL) {
3324 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) {
3325 if (tp1->rec.data.tsn == tsn) {
3331 if (tp1 == NULL) {
3334 if ((tp1)
[all...]
H A Dsctp_output.c6994 struct sctp_tmit_chunk *tp1; local
7017 tp1 = TAILQ_LAST(&asoc->sent_queue, sctpchunk_listhead);
7018 if ((tp1) && SCTP_TSN_GT(tp1->rec.data.tsn, data_list[i]->rec.data.tsn)) {
7023 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next);
7025 TAILQ_INSERT_BEFORE(tp1, data_list[i], sctp_next);
7028 tp1 = tpp;
7029 if (SCTP_TSN_GT(tp1->rec.data.tsn, data_list[i]->rec.data.tsn)) {
7032 TAILQ_INSERT_AFTER(&asoc->sent_queue, tp1, data_list[i], sctp_next);
10324 struct sctp_tmit_chunk *chk, *at, *tp1, *las local
[all...]
H A Dsctp_cc_functions.c1323 struct sctp_tmit_chunk *tp1)
1325 net->cc_mod.rtcc.bw_bytes += tp1->send_size;
1322 sctp_cwnd_update_rtcc_tsn_acknowledged(struct sctp_nets *net, struct sctp_tmit_chunk *tp1) argument
/freebsd-11-stable/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.c171 generatedates(struct tm *tp1, struct tm *tp2) argument
177 y1 = tp1->tm_year;
178 m1 = tp1->tm_mon + 1;
179 d1 = tp1->tm_mday;
/freebsd-11-stable/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-stable/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-stable/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-stable/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-stable/contrib/tcpdump/
H A Dprint-tcp.c844 struct tcphdr tp1; local
858 tp1 = *tp;
898 savecsum = tp1.th_sum;
899 tp1.th_sum = 0;
900 MD5_Update(&ctx, (const char *)&tp1, sizeof(struct tcphdr));
901 tp1.th_sum = savecsum;
/freebsd-11-stable/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-stable/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]);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S767 ldr r0,[r11,#16]! @ prefetch tp1
805 ldr r0,[r11,#4] @ prefetch tp1

Completed in 487 milliseconds