Home
last modified time | relevance | path

Searched refs:inp_flow (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_inpcb.h113 uint32_t inp_flow; member
175 #define in6p_flowinfo inp_flow
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c4551 flowlabel = ntohl(inp->ip_inp.inp.inp_flow);
4553 flowlabel = ntohl(((struct inpcb *)inp)->inp_flow);
4628 tos_value = (ntohl(inp->ip_inp.inp.inp_flow) >> 20) & 0xff;
4630 tos_value = (ntohl(((struct inpcb *)inp)->inp_flow) >> 20) & 0xff;