Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsctp.h808 SCTP_FLOWLABEL_VAL_MASK = 0xfffff enumerator
/Linux-v4.19/net/sctp/
Dsocket.c2665 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2676 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2680 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2684 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
5660 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
5678 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
5696 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
Dipv6.c263 fl6->flowlabel = htonl(t->flowlabel & SCTP_FLOWLABEL_VAL_MASK); in sctp_v6_get_dst()