Searched refs:snd_isn (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/dev/cxgbe/tom/ |
| HD | t4_connect.c | 137 send_reset(sc, toep, be32toh(cpl->snd_isn)); in do_act_establish() 141 make_established(toep, cpl->snd_isn, cpl->rcv_isn, cpl->tcp_opt); in do_act_establish()
|
| HD | t4_cpl_io.c | 285 make_established(struct toepcb *toep, uint32_t snd_isn, uint32_t rcv_isn, in make_established() argument 292 uint32_t iss = be32toh(snd_isn) - 1; /* true ISS */ in make_established()
|
| HD | t4_listen.c | 939 make_established(toep, cpl->snd_isn, cpl->rcv_isn, cpl->tcp_opt); in t4_offload_socket()
|
| /trueos/sys/dev/cxgb/ulp/tom/ |
| HD | cxgb_listen.c | 678 th->th_ack = be32toh(cpl->snd_isn); /* ditto */ in pass_establish_to_protohdrs() 1147 make_established(so, cpl->snd_isn, cpl->rcv_isn, cpl->tcp_opt); in t3_offload_socket()
|
| HD | cxgb_cpl_io.c | 1684 make_established(so, req->snd_isn, req->rcv_isn, req->tcp_opt); in do_act_establish()
|
| /trueos/sys/dev/cxgb/common/ |
| HD | cxgb_t3_cpl.h | 553 __be32 snd_isn; member 683 __be32 snd_isn; member
|
| /trueos/sys/dev/cxgbe/common/ |
| HD | t4_msg.h | 605 __be32 snd_isn; member 773 __be32 snd_isn; member
|