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

/freebsd-11.0-release/sys/netinet/
H A Dip_id.c103 #define V_ip_do_randomid VNET(ip_do_randomid) macro
159 new = V_ip_do_randomid;
165 if (new == V_ip_do_randomid)
167 if (new == 1 && V_ip_do_randomid == 0)
170 V_ip_do_randomid = new;
253 else if (V_ip_do_randomid)

Completed in 50 milliseconds