Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.h48 struct tcpiphdr td_ti;
H A Dtcpip.h41 struct tcpiphdr { struct
H A Dtcp_subr.c1219 #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()
H A Dtcp_input.c711 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()
H A Dtcp_timewait.c591 hdrlen = sizeof(struct tcpiphdr); in tcp_twrespond()
H A Dtcp_output.c786 hdrlen = sizeof (struct tcpiphdr); in tcp_output()
/f-stack/tools/compat/include/netinet/
H A Dtcpip.h41 struct tcpiphdr { struct
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c344 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()
H A Drack.c13001 hdrlen = sizeof(struct tcpiphdr); in rack_output()
H A Dbbr.c12984 hdrlen = sizeof(struct tcpiphdr); in bbr_output_wtime()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h674 typedef struct tcpiphdr tcpiphdr_t;