Searched refs:csk (Results 1 – 2 of 2) sorted by relevance
479 struct sock *csk; in data_sock_bind() local503 sk_for_each(csk, &data_sockets.head) { in data_sock_bind()504 if (sk == csk) in data_sock_bind()506 if (_pms(csk)->dev != _pms(sk)->dev) in data_sock_bind()508 if (csk->sk_protocol >= ISDN_P_B_START) in data_sock_bind()510 if (IS_ISDN_P_TE(csk->sk_protocol) in data_sock_bind()
1604 static inline bool sock_allow_reclassification(const struct sock *csk) in sock_allow_reclassification() argument1606 struct sock *sk = (struct sock *)csk; in sock_allow_reclassification()