Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/sctp/
Dsctp.h513 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style))
514 static inline int __sctp_style(const struct sock *sk, in __sctp_style() function