Searched refs:ipatoe (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_sys.c570 struct qeth_ipato_entry *ipatoe; local
580 list_for_each_entry(ipatoe, &card->ipato.entries, entry) {
581 if (ipatoe->proto != proto)
588 qeth_l3_ipaddr_to_string(proto, ipatoe->addr, addr_str);
590 "%s/%i\n", addr_str, ipatoe->mask_bits);
639 struct qeth_ipato_entry *ipatoe; local
649 ipatoe = kzalloc(sizeof(struct qeth_ipato_entry), GFP_KERNEL);
650 if (!ipatoe) {
654 ipatoe->proto = proto;
655 memcpy(ipatoe
[all...]
H A Dqeth_l3_main.c201 struct qeth_ipato_entry *ipatoe; local
211 list_for_each_entry(ipatoe, &card->ipato.entries, entry) {
212 if (addr->proto != ipatoe->proto)
214 qeth_l3_convert_addr_to_bits(ipatoe->addr, ipatoe_bits,
215 (ipatoe->proto == QETH_PROT_IPV4) ?
219 min(32, ipatoe->mask_bits));
222 min(128, ipatoe->mask_bits));
738 struct qeth_ipato_entry *ipatoe, *tmp; local
742 list_for_each_entry_safe(ipatoe, tmp, &card->ipato.entries, entry) {
743 list_del(&ipatoe
752 struct qeth_ipato_entry *ipatoe; local
778 struct qeth_ipato_entry *ipatoe, *tmp; local
[all...]

Completed in 75 milliseconds