Lines Matching defs:ident
78 int ping_get_port(struct sock *sk, unsigned short ident)
86 if (ident == 0) {
103 ping_port_rover = ident = result;
111 hlist = ping_hashslot(&ping_table, sock_net(sk), ident);
119 if ((isk2->inet_num == ident) &&
126 pr_debug("found port/ident = %d\n", ident);
127 isk->inet_num = ident;
167 static struct sock *ping_lookup(struct net *net, struct sk_buff *skb, u16 ident)
169 struct hlist_head *hslot = ping_hashslot(&ping_table, net, ident);
178 (int)ident, &ip_hdr(skb)->daddr, dif);
184 (int)ident, &ipv6_hdr(skb)->daddr, dif);
194 if (isk->inet_num != ident)