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

/net/ipv4/
H A Ddevinet.c1543 int ip_idx, s_ip_idx; local
1551 s_ip_idx = ip_idx = cb->args[2];
1563 s_ip_idx = 0;
1570 if (ip_idx < s_ip_idx)
/net/ipv6/
H A Daddrconf.c4183 int s_ip_idx, int *p_ip_idx)
4197 if (++ip_idx < s_ip_idx)
4214 if (ip_idx < s_ip_idx)
4229 if (ip_idx < s_ip_idx)
4254 int s_idx, s_ip_idx; local
4261 s_ip_idx = ip_idx = cb->args[2];
4272 s_ip_idx = 0;
4279 s_ip_idx, &ip_idx) <= 0)
4181 in6_dump_addrs(struct inet6_dev *idev, struct sk_buff *skb, struct netlink_callback *cb, enum addr_type_t type, int s_ip_idx, int *p_ip_idx) argument

Completed in 46 milliseconds