Searched refs:tcp_maxmtu (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h360 * Used by tcp_maxmtu() to communicate interface specific features
709 u_long tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *);
H A Dtcp_input.c3609 maxmtu = tcp_maxmtu(&inp->inp_inc, cap);
3828 maxmtu = tcp_maxmtu(inc, NULL);
H A Dtcp_subr.c1675 if (mtu <= tcp_maxmtu(&inc, NULL))
1974 tcp_maxmtu(struct in_conninfo *inc, struct tcp_ifcap *cap) function
1981 KASSERT(inc != NULL, ("tcp_maxmtu with NULL in_conninfo pointer"));

Completed in 67 milliseconds