Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_input.c324 max_pmtu = tcp_hc_getmtu(&inc); in ipsec4_ctlinput()
H A Dipsec_output.c1116 pmtu = tcp_hc_getmtu(&inc); in ipsec_get_pmtu()
/freebsd/sys/netinet/
H A Dtcp_hostcache.c414 tcp_hc_getmtu(const struct in_conninfo *inc) in tcp_hc_getmtu() function
H A Dtcp_var.h1491 uint32_t tcp_hc_getmtu(const struct in_conninfo *);
H A Dtcp_input.c4061 thcmtu = tcp_hc_getmtu(inc); /* IPv4 and IPv6 */ in tcp_mssopt()
H A Dsctputil.c7652 return ((uint32_t)tcp_hc_getmtu(&inc)); in sctp_hc_get_mtu()
/freebsd/sys/netinet6/
H A Dicmp6.c1182 max_mtu = tcp_hc_getmtu(&inc); in icmp6_mtudisc_update()
H A Dip6_output.c1577 mtu = tcp_hc_getmtu(&inc); in ip6_calcmtu()