Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c516 struct qeth_ipaddr *addr, int same_type) in qeth_l3_address_exists_in_list() argument
523 ((same_type && (tmp->type == addr->type)) || in qeth_l3_address_exists_in_list()
524 (!same_type && (tmp->type != addr->type))) && in qeth_l3_address_exists_in_list()
530 ((same_type && (tmp->type == addr->type)) || in qeth_l3_address_exists_in_list()
531 (!same_type && (tmp->type != addr->type))) && in qeth_l3_address_exists_in_list()