Lines Matching defs:ident
77 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;
169 static struct sock *ping_lookup(struct net *net, struct sk_buff *skb, u16 ident)
171 struct hlist_nulls_head *hslot = ping_hashslot(&ping_table, net, ident);
181 (int)ident, &ip_hdr(skb)->daddr, dif);
187 (int)ident, &ipv6_hdr(skb)->daddr, dif);
199 if (isk->inet_num != ident)