Home
last modified time | relevance | path

Searched refs:V_ipport_lastauto (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/ofed/include/net/
Dip.h50 *high = V_ipport_lastauto; in inet_get_local_port_range()
/freebsd-9-stable/sys/netinet/
Dtcp_timewait.c118 if (V_ipport_lastauto > V_ipport_firstauto) in tcptw_auto_size()
119 halfrange = (V_ipport_lastauto - V_ipport_firstauto) / 2; in tcptw_auto_size()
121 halfrange = (V_ipport_firstauto - V_ipport_lastauto) / 2; in tcptw_auto_size()
Din_pcb.h593 #define V_ipport_lastauto VNET(ipport_lastauto) macro
Din_pcb.c156 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
388 last = V_ipport_lastauto; in in_pcb_lport()
/freebsd-9-stable/sys/contrib/rdma/
Drdma_cma.c1967 if (port > V_ipport_lastauto) { in cma_alloc_any_port()
1977 if (port == V_ipport_lastauto) in cma_alloc_any_port()
2922 (V_ipport_lastauto - V_ipport_firstauto)) + in cma_init()