Searched refs:tcpiphdr (Results 1 – 11 of 11) sorted by relevance
48 struct tcpiphdr td_ti;
41 struct tcpiphdr { struct
1219 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) in tcp_init()1538 tlen = sizeof (struct tcpiphdr); in tcp_respond()1990 sizeof (struct tcpiphdr) in tcp_discardcb()2530 sizeof(struct tcpiphdr)) in tcp_ctlinput()2532 sizeof(struct tcpiphdr); in tcp_ctlinput()2538 sizeof(struct tcpiphdr)) { in tcp_ctlinput()
711 if (m->m_len < sizeof (struct tcpiphdr)) { in tcp_input()712 if ((m = m_pullup(m, sizeof (struct tcpiphdr))) in tcp_input()3670 sizeof (struct tcpiphdr); in tcp_mss_update()3672 const size_t min_protoh = sizeof(struct tcpiphdr); in tcp_mss_update()3906 min_protoh = sizeof(struct tcpiphdr); in tcp_mssopt()
591 hdrlen = sizeof(struct tcpiphdr); in tcp_twrespond()
786 hdrlen = sizeof (struct tcpiphdr); in tcp_output()
344 if (m->m_len < sizeof (struct tcpiphdr)) { in ctf_process_inbound_raw()345 if ((m = m_pullup(m, sizeof (struct tcpiphdr))) in ctf_process_inbound_raw()
13001 hdrlen = sizeof(struct tcpiphdr); in rack_output()
12984 hdrlen = sizeof(struct tcpiphdr); in bbr_output_wtime()
674 typedef struct tcpiphdr tcpiphdr_t;