Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c483 tcp_hc_getmtu(struct in_conninfo *inc) in tcp_hc_getmtu() function
H A Dtcp_var.h1043 uint32_t tcp_hc_getmtu(struct in_conninfo *);
H A Dtcp_input.c3910 thcmtu = tcp_hc_getmtu(inc); /* IPv4 and IPv6 */ in tcp_mssopt()
H A Dsctputil.c7596 return ((uint32_t)tcp_hc_getmtu(&inc)); in sctp_hc_get_mtu()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1043 uint32_t tcp_hc_getmtu(struct in_conninfo *);
/f-stack/freebsd/netinet6/
H A Dip6_output.c1569 mtu = tcp_hc_getmtu(&inc); in ip6_calcmtu()