Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6_proto.c446 int ip6_auto_flowlabel = 1; variable
633 auto_flowlabel, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_auto_flowlabel, 0, "");
H A Dip6_var.h484 extern int ip6_auto_flowlabel;
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c651 if (ip6_auto_flowlabel) { in in_pcballoc()