Home
last modified time | relevance | path

Searched refs:ntcph (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1264 struct tcphdr *otcph, *ntcph; in nxge_do_softlso() local
1592 ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen); in nxge_do_softlso()
1594 bcopy((char *)&ntcph->th_seq, &tcp_seq_tmp, 4); in nxge_do_softlso()
1597 tcp_seq = ntohl(ntcph->th_seq); in nxge_do_softlso()
1600 ntcph->th_flags &= ~(TH_FIN | TH_PUSH | TH_RST); in nxge_do_softlso()
1613 ntcph->th_sum = (sum & 0xffff); in nxge_do_softlso()
1629 ntcph->th_sum, in nxge_do_softlso()
1642 ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen); in nxge_do_softlso()
1645 ntcph->th_flags &= ~(TH_FIN | TH_PUSH | TH_RST | TH_URG); in nxge_do_softlso()
1649 bcopy(&tcp_seq_tmp, (char *)&ntcph->th_seq, 4); in nxge_do_softlso()
[all …]