Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_id.c104 #define V_ip_do_randomid VNET(ip_do_randomid) macro
160 new = V_ip_do_randomid; in sysctl_ip_randomid()
166 if (new == V_ip_do_randomid) in sysctl_ip_randomid()
168 if (new == 1 && V_ip_do_randomid == 0) in sysctl_ip_randomid()
171 V_ip_do_randomid = new; in sysctl_ip_randomid()
254 else if (V_ip_do_randomid) in ip_fillid()