Searched refs:subnet (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.10/drivers/net/wireguard/selftest/ |
| D | allowedips.c | 132 static __init inline u8 horrible_mask_to_cidr(union nf_inet_addr subnet) in horrible_mask_to_cidr() argument 134 return hweight32(subnet.all[0]) + hweight32(subnet.all[1]) + in horrible_mask_to_cidr() 135 hweight32(subnet.all[2]) + hweight32(subnet.all[3]); in horrible_mask_to_cidr()
|
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | devlink_trap_l3_exceptions.sh | 400 local subnet=$1; shift 411 ip address add $extra_add/$subnet dev $h2 445 ip address del $extra_add/$subnet dev $h2
|
| D | devlink_trap_l3_drops.sh | 514 local subnet=$1; shift 525 ip -$flags route add blackhole $subnet 538 ip -$flags route del blackhole $subnet
|
| /Linux-v5.10/Documentation/networking/ |
| D | arcnet.rst | 423 I assigned it one on a "private subnet" (as defined by RFC1597). 436 route add freedom arc0 /* I would use the subnet here (like I said 438 but the rest of the subnet 461 freedom for this subnet). 464 provider) has an IP address on a different subnet than freedom and 474 that is on my private subnet, the same subnet that patience is on. I 484 giving its IP address as gatekeeper (on the private subnet). When it 490 assign insight another special IP number from my private subnet. Since 509 (registered Internet subnet) (RFC1597 private subnet)
|
| D | netconsole.rst | 207 in case the remote logging agent is on a separate LAN subnet than
|
| D | ip-sysctl.rst | 1430 subnet, and have the ARPs for each interface be answered 1454 subnet for this interface. This mode is useful when target 1460 such subnet. If there is no such subnet we select source 1489 sender's IP address are part from same subnet on this interface
|
| /Linux-v5.10/drivers/scsi/be2iscsi/ |
| D | be_iscsi.c | 337 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local 372 subnet = info->value; in beiscsi_iface_config_ipv4() 375 ip, subnet); in beiscsi_iface_config_ipv4() 382 subnet = info->value; in beiscsi_iface_config_ipv4() 389 ip, subnet); in beiscsi_iface_config_ipv4()
|
| D | be_mgmt.c | 545 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()
|
| D | be_mgmt.h | 175 u8 *ip, u8 *subnet);
|
| /Linux-v5.10/Documentation/scsi/ |
| D | cxgb3i.rst | 73 same as the ethX's ip address or an address on the same subnet. Make
|
| /Linux-v5.10/net/ipv4/ |
| D | fib_frontend.c | 1176 int subnet = 0; /* Primary network */ in fib_del_ifaddr() local 1200 subnet = 1; in fib_del_ifaddr() 1286 if (subnet && ifa->ifa_prefixlen < 31) { in fib_del_ifaddr()
|
| /Linux-v5.10/drivers/scsi/ |
| D | iscsi_boot_sysfs.c | 162 iscsi_boot_rd_attr(eth_subnet, subnet-mask, ISCSI_BOOT_ETH_SUBNET_MASK);
|
| D | scsi_transport_iscsi.c | 332 iscsi_iface_net_attr(ipv4_iface, subnet, ISCSI_NET_PARAM_IPV4_SUBNET);
|
| /Linux-v5.10/Documentation/ABI/stable/ |
| D | sysfs-class-infiniband | 60 sm_sl: (RO) Subnet manager SL for port's subnet 62 sm_lid: (RO) Subnet manager LID for port's subnet
|
| /Linux-v5.10/Documentation/admin-guide/nfs/ |
| D | nfsroot.rst | 124 <gw-ip> IP address of a gateway if the server is on a different subnet.
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/ |
| D | ixgbe.rst | 323 subnet masking. In the following command::
|
| /Linux-v5.10/Documentation/admin-guide/LSM/ |
| D | Smack.rst | 710 write access on LABEL1, and access to the subnet @IP2/MASK if it has write
|