Home
last modified time | relevance | path

Searched refs:tcp_rmx_init (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_var.h675 void tcp_rmx_init (struct tcpcb *, int);
H A Dtcp_input.c1189 tcp_rmx_init(tp, to.to_mss); in tcp_input()
3144 tcp_rmx_init(struct tcpcb *tp, int offer) in tcp_rmx_init() function
H A Dtcp_syncache.c861 tcp_rmx_init(tp, sc->sc_peer_mss); in syncache_socket()