Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDin_pcb.h586 #define IN6P_AUTOFLOWLABEL 0x00800000 /* attach flowlabel automatically */ macro
600 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
HDtcp_syncache.c1184 (inp->inp_flags & IN6P_AUTOFLOWLABEL)) in syncache_add()
1986 if (sotoinpcb(lso)->inp_flags & IN6P_AUTOFLOWLABEL) in syncookie_lookup()
HDin_pcb.c338 inp->inp_flags |= IN6P_AUTOFLOWLABEL; in in_pcballoc()
2767 if (inp_flags & IN6P_AUTOFLOWLABEL) { in db_print_inpflags()
HDsctp_pcb.c2469 inp->ip_inp.inp.inp_flags |= IN6P_AUTOFLOWLABEL; in sctp_inpcb_alloc()
HDsctputil.c987 if (inp->ip_inp.inp.inp_flags & IN6P_AUTOFLOWLABEL) { in sctp_init_asoc()
/NextBSD/sys/netinet6/
HDin6_pcb.c428 if (inp->inp_flags & IN6P_AUTOFLOWLABEL) in in6_pcbconnect_mbuf()
HDip6_output.c1662 OPTSET(IN6P_AUTOFLOWLABEL); in ip6_ctloutput()
1960 optval = OPTBIT(IN6P_AUTOFLOWLABEL); in ip6_ctloutput()