Home
last modified time | relevance | path

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

/drivers/net/wireguard/selftest/
Dallowedips.c118 static __init inline u8 horrible_mask_to_cidr(union nf_inet_addr subnet) in horrible_mask_to_cidr() argument
120 return hweight32(subnet.all[0]) + hweight32(subnet.all[1]) + in horrible_mask_to_cidr()
121 hweight32(subnet.all[2]) + hweight32(subnet.all[3]); in horrible_mask_to_cidr()
/drivers/scsi/be2iscsi/
Dbe_iscsi.c344 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local
379 subnet = info->value; in beiscsi_iface_config_ipv4()
382 ip, subnet); in beiscsi_iface_config_ipv4()
389 subnet = info->value; in beiscsi_iface_config_ipv4()
396 ip, subnet); in beiscsi_iface_config_ipv4()
Dbe_mgmt.c545 u8 *subnet, u32 ip_type) in beiscsi_if_set_ip() argument
568 if (subnet) in beiscsi_if_set_ip()
570 subnet, ip_len); in beiscsi_if_set_ip()
588 u8 *ip, u8 *subnet) in beiscsi_if_en_static() argument
628 rc = beiscsi_if_set_ip(phba, ip, subnet, ip_type); in beiscsi_if_en_static()
Dbe_mgmt.h175 u8 *ip, u8 *subnet);
/drivers/scsi/
Discsi_boot_sysfs.c162 iscsi_boot_rd_attr(eth_subnet, subnet-mask, ISCSI_BOOT_ETH_SUBNET_MASK);
Dscsi_transport_iscsi.c335 iscsi_iface_net_attr(ipv4_iface, subnet, ISCSI_NET_PARAM_IPV4_SUBNET);