Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dsocket.c479 struct sock *csk; in data_sock_bind() local
503 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()
/linux-4.19.296/include/net/
Dsock.h1604 static inline bool sock_allow_reclassification(const struct sock *csk) in sock_allow_reclassification() argument
1606 struct sock *sk = (struct sock *)csk; in sock_allow_reclassification()