Home
last modified time | relevance | path

Searched refs:same_type (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/s390/net/
Dqeth_l3_main.c542 struct qeth_ipaddr *addr, int same_type) in qeth_l3_address_exists_in_list() argument
549 ((same_type && (tmp->type == addr->type)) || in qeth_l3_address_exists_in_list()
550 (!same_type && (tmp->type != addr->type))) && in qeth_l3_address_exists_in_list()
556 ((same_type && (tmp->type == addr->type)) || in qeth_l3_address_exists_in_list()
557 (!same_type && (tmp->type != addr->type))) && in qeth_l3_address_exists_in_list()