Searched refs:IN6P_AUTOFLOWLABEL (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Din_pcb.h575 #define IN6P_AUTOFLOWLABEL 0x00800000 /* attach flowlabel automatically */ macro
589 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
H A Dtcp_syncache.c1217 (inp->inp_flags & IN6P_AUTOFLOWLABEL))
2009 if (sotoinpcb(lso)->inp_flags & IN6P_AUTOFLOWLABEL)
H A Din_pcb.c318 inp->inp_flags |= IN6P_AUTOFLOWLABEL;
2394 if (inp_flags & IN6P_AUTOFLOWLABEL) {
H A Dtcp_usrreq.c1297 if (inp->inp_flags & IN6P_AUTOFLOWLABEL)
H A Dsctp_pcb.c2460 inp->ip_inp.inp.inp_flags |= IN6P_AUTOFLOWLABEL;
H A Dsctputil.c987 if (inp->ip_inp.inp.inp_flags & IN6P_AUTOFLOWLABEL) {
/freebsd-10-stable/sys/netinet6/
H A Din6_pcb.c414 if (inp->inp_flags & IN6P_AUTOFLOWLABEL)
H A Dip6_output.c1582 OPTSET(IN6P_AUTOFLOWLABEL);
1862 optval = OPTBIT(IN6P_AUTOFLOWLABEL);

Completed in 119 milliseconds