Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsctp.h802 SCTP_FLOWLABEL_VAL_MASK = 0xfffff enumerator
/openbmc/linux/net/sctp/
H A Dsocket.c2568 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2579 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2583 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2587 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
5963 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
5981 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
5999 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
H A Dipv6.c299 fl6->flowlabel = htonl(t->flowlabel & SCTP_FLOWLABEL_VAL_MASK); in sctp_v6_get_dst()