Searched refs:tcpiphdr (Results 1 – 7 of 7) sorted by relevance
72 struct tcpiphdr { struct
281 .dom_protohdrlen = sizeof(struct tcpiphdr),302 static_assert((sizeof(struct tcpiphdr) + TCP_MAXOLEN) <= _MHLEN); in in_dinit()
339 : sizeof(struct tcpiphdr); in syncookie_respond()
710 typedef struct tcpiphdr tcpiphdr_t;
1061 tlen += sizeof(struct tcpiphdr); in tcp_respond()1912 sizeof(struct tcpiphdr)); in tcp_close()2656 sizeof(struct tcpiphdr)))) { in tcp_handle_msgsize()3132 u_int32_t protoHdrOverhead = sizeof(struct tcpiphdr); in tcp_mtudisc()3490 m->m_pkthdr.len = m->m_len = sizeof(struct tcpiphdr); in ipsec_hdrsiz_tcp()
2879 if (m->m_len < sizeof(struct tcpiphdr)) { in tcp_input()2880 if ((m = m_pullup(m, sizeof(struct tcpiphdr))) == 0) { in tcp_input()7126 : sizeof(struct tcpiphdr); in tcp_mss()7317 : sizeof(struct tcpiphdr); in tcp_mssopt()
2127 hdrlen = sizeof(struct tcpiphdr); in tcp_output()