Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Din6_proto.c423 int ip6_auto_flowlabel = 1; variable
608 auto_flowlabel, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_auto_flowlabel, 0, "");
H A Dip6_var.h491 extern int ip6_auto_flowlabel;
/xnu-12377.1.9/bsd/netinet/
H A Din_pcb.c732 if (ip6_auto_flowlabel) { in in_pcballoc()