Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h714 #define IN6P_AUTOFLOWLABEL 0x00800000 /* attach flowlabel automatically */ macro
728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
/f-stack/freebsd/netinet/
H A Din_pcb.h714 #define IN6P_AUTOFLOWLABEL 0x00800000 /* attach flowlabel automatically */ macro
728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
H A Dtcp_syncache.c1487 if (inp->inp_flags & IN6P_AUTOFLOWLABEL) { in syncache_add()
2342 if (sotoinpcb(lso)->inp_flags & IN6P_AUTOFLOWLABEL) in syncookie_lookup()
H A Din_pcb.c627 inp->inp_flags |= IN6P_AUTOFLOWLABEL; in in_pcballoc()
3218 if (inp_flags & IN6P_AUTOFLOWLABEL) { in db_print_inpflags()
H A Dsctp_pcb.c2421 inp->ip_inp.inp.inp_flags |= IN6P_AUTOFLOWLABEL; in sctp_inpcb_alloc()
H A Dsctputil.c1160 if (inp->ip_inp.inp.inp_flags & IN6P_AUTOFLOWLABEL) { in sctp_init_asoc()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c478 if (inp->inp_flags & IN6P_AUTOFLOWLABEL) in in6_pcbconnect_mbuf()
H A Dip6_output.c1931 OPTSET(IN6P_AUTOFLOWLABEL); in ip6_ctloutput()
2258 optval = OPTBIT(IN6P_AUTOFLOWLABEL); in ip6_ctloutput()