Searched refs:tcpiphdr (Results 1 – 5 of 5) sorted by relevance
63 struct tcpiphdr td_ti;
47 struct tcpiphdr { struct
418 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) in tcp_init()657 tlen += sizeof(struct tcpiphdr); in tcp_respond()1019 sizeof(struct tcpiphdr)); in tcp_close()1808 sizeof(struct tcpiphdr)); in tcp_mtudisc()1823 sizeof(struct tcpiphdr)); in tcp_mtudisc()1848 sizeof(struct tcpiphdr)); in tcp_mtudisc()
723 KASSERT(m->m_len >= sizeof(struct tcpiphdr), in tcp_input()2966 sizeof(struct tcpiphdr); in tcp_rmx_mss()2969 const size_t min_protoh = sizeof(struct tcpiphdr); in tcp_rmx_mss()3179 sizeof(struct tcpiphdr); in tcp_mssopt()3182 const size_t min_protoh = sizeof(struct tcpiphdr); in tcp_mssopt()
718 hdrlen = sizeof(struct tcpiphdr); in tcp_output()