Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_options.c1172 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ in _bond_option_arp_ip_target_add()
1178 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add()
1210 ind = bond_get_targets_ip(targets, target); in bond_option_arp_ip_target_rem()
H A Dbond_main.c3074 i = bond_get_targets_ip(bond->params.arp_targets, sip); in bond_arp_rcv()
6212 if (bond_get_targets_ip(arp_target, ip) == -1) in bond_check_params()
/linux/include/net/
H A Dbonding.h769 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) in bond_get_targets_ip()
767 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) bond_get_targets_ip() function