Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsctp.h800 SCTP_FLOWLABEL_VAL_MASK = 0xfffff enumerator
/linux-6.15/net/sctp/
H A Dsocket.c2570 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2581 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2585 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
2589 SCTP_FLOWLABEL_VAL_MASK; in sctp_apply_peer_addr_params()
5970 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
5988 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
6006 SCTP_FLOWLABEL_VAL_MASK; in sctp_getsockopt_peer_addr_params()
H A Dipv6.c297 fl6->flowlabel = htonl(t->flowlabel & SCTP_FLOWLABEL_VAL_MASK); in sctp_v6_get_dst()