Searched refs:isk (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ipv4/
H A Dping.c80 struct inet_sock *isk, *isk2; local
84 isk = inet_sk(sk);
127 isk->inet_num = ident;
153 struct inet_sock *isk = inet_sk(sk); local
155 pr_debug("ping_unhash(isk=%p,isk->num=%u)\n", isk, isk->inet_num);
158 isk->inet_num = 0;
159 isk
171 struct inet_sock *isk; local
308 ping_check_bind_addr(struct sock *sk, struct inet_sock *isk, struct sockaddr *uaddr, int addr_len) argument
398 struct inet_sock *isk = inet_sk(sk); local
417 struct inet_sock *isk = inet_sk(sk); local
854 struct inet_sock *isk = inet_sk(sk); local
[all...]
/linux-master/net/smc/
H A Daf_smc.c1808 struct smc_sock *isk, *n; local
1811 list_for_each_entry_safe(isk, n, &smc_sk(parent)->accept_q, accept_q) {
1812 new_sk = (struct sock *)isk;
1817 if (isk->clcsock) {
1818 sock_release(isk->clcsock);
1819 isk->clcsock = NULL;
1827 if (isk->use_fallback) {
1829 isk->clcsock->file->private_data = isk->clcsock;
2837 struct smc_sock *isk local
[all...]
/linux-master/net/iucv/
H A Daf_iucv.c522 struct iucv_sock *isk, *n; local
525 list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
526 sk = (struct sock *) isk;
1340 struct iucv_sock *isk, *n; local
1343 list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
1344 sk = (struct sock *) isk;

Completed in 139 milliseconds