Searched defs:isk (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dping.c82 struct inet_sock *isk, *isk2; local
85 isk = inet_sk(sk);
128 isk->inet_num = ident;
152 struct inet_sock *isk = inet_sk(sk); local
153 pr_debug("ping_unhash(isk=%p,isk->num=%u)\n", isk, isk->inet_num);
159 isk->inet_num = 0;
160 isk
171 struct inet_sock *isk; local
299 ping_check_bind_addr(struct sock *sk, struct inet_sock *isk, struct sockaddr *uaddr, int addr_len) argument
379 struct inet_sock *isk = inet_sk(sk); local
395 struct inet_sock *isk = inet_sk(sk); local
412 struct inet_sock *isk = inet_sk(sk); local
850 struct inet_sock *isk = inet_sk(sk); local
[all...]
/net/iucv/
H A Daf_iucv.c656 struct iucv_sock *isk, *n; local
659 list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
660 sk = (struct sock *) isk;
1439 struct iucv_sock *isk, *n; local
1442 list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
1443 sk = (struct sock *) isk;
2217 struct sock *isk = skb->sk; local
2227 if (sk == isk) {

Completed in 184 milliseconds