Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_options.c1019 if (!bond_is_ip_target_ok(target)) { in _bond_option_arp_ip_target_add()
1057 if (!bond_is_ip_target_ok(target)) { in bond_option_arp_ip_target_rem()
H A Dbond_main.c5152 !bond_is_ip_target_ok(ip)) { in bond_check_params()
/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h495 static inline int bond_is_ip_target_ok(__be32 addr) in bond_is_ip_target_ok() function