Searched refs:ip_defttl (Results 1 – 7 of 7) sorted by relevance
46 static int ip_defttl; variable114 len = sizeof(ip_defttl); in fetch_ip()115 if (sysctlbyname("net.inet.ip.ttl", &ip_defttl, &len, in fetch_ip()120 if (len != sizeof(ip_defttl)) { in fetch_ip()155 ip_defttl = ttl; in ip_setttl()199 ctx->scratch->int1 = ip_defttl; in op_ip()203 if (ip_defttl != value->v.integer && in op_ip()246 value->v.integer = ip_defttl; in op_ip()
195 VNET_DECLARE(int, ip_defttl); /* default IP ttl */209 #define V_ip_defttl VNET(ip_defttl)
82 VNET_DEFINE(int, ip_defttl) = IPDEFTTL;84 &VNET_NAME(ip_defttl), 0,
2318 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp_inpcb_alloc()
481 ip_inp->inp_ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp_attach()
11201 ip->ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp_send_resp_msg()
468 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp6_attach()