| /net/x25/ |
| A D | x25_route.c | 26 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, in x25_add_route() argument 35 if (!memcmp(&rt->address, address, sigdigits) && in x25_add_route() 45 strcpy(rt->address.x25_addr, "000000000000000"); in x25_add_route() 46 memcpy(rt->address.x25_addr, address->x25_addr, sigdigits); in x25_add_route() 74 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, in x25_del_route() argument 83 if (!memcmp(&rt->address, address, sigdigits) && in x25_del_route() 142 if (!memcmp(&rt->address, addr, rt->sigdigits)) { in x25_get_route() 182 rc = x25_add_route(&rt.address, rt.sigdigits, dev); in x25_route_ioctl() 184 rc = x25_del_route(&rt.address, rt.sigdigits, dev); in x25_route_ioctl()
|
| A D | x25_proc.c | 54 rt->address.x25_addr, rt->sigdigits, in x25_seq_route_show()
|
| /net/netfilter/ipset/ |
| A D | Kconfig | 42 can store IPv4 address and (source) MAC address pairs from a range. 70 can store IPv4/IPv6 address and mark pairs. 79 can store IPv4/IPv6 address and protocol/port pairs. 88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 89 address triples in a set. 98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 99 network address/prefix triples in a set. 108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set. 117 one can store MAC (ethernet address) elements in a set. 153 one can store IPv4/IPv6 network address/prefix and [all …]
|
| /net/appletalk/ |
| A D | ddp.c | 244 iface->address = *sa; in atif_add_device() 261 int probe_node = atif->address.s_node; in atif_probe_device() 280 if (atif->address.s_node > 0 && in atif_probe_device() 281 atif->address.s_node < 254) { in atif_probe_device() 351 return iface ? &iface->address : NULL; in atalk_find_dev_addr() 369 retval = &iface->address; in atalk_find_primary() 375 retval = &fiface->address; in atalk_find_primary() 377 retval = &atalk_interfaces->address; in atalk_find_primary() 397 iface->address.s_node != node && in atalk_find_anynet() 417 iface->address.s_net == net && in atalk_find_interface() [all …]
|
| A D | atalk_proc.c | 71 iface->dev->name, ntohs(iface->address.s_net), in atalk_seq_interface_show() 72 iface->address.s_node, ntohs(iface->nets.nr_firstnet), in atalk_seq_interface_show()
|
| A D | aarp.c | 456 aarp_send_probe(atif->dev, &atif->address); in aarp_probe_network() 742 ifa->address.s_node == ea->pa_dst_node && in aarp_rcv() 743 ifa->address.s_net == ea->pa_dst_net) { in aarp_rcv() 803 ma = &ifa->address; in aarp_rcv()
|
| /net/rose/ |
| A D | rose_route.c | 64 (rosecmpm(&rose_route->address, &rose_node->address, in rose_add_node() 157 rose_node->address = rose_route->address; in rose_add_node() 305 (rosecmpm(&rose_route->address, &rose_node->address, in rose_del_node() 404 int rose_add_loopback_node(const rose_address *address) in rose_add_loopback_node() argument 414 (rosecmpm(address, &rose_node->address, 10) == 0) && in rose_add_loopback_node() 428 rose_node->address = *address; in rose_add_loopback_node() 449 void rose_del_loopback_node(const rose_address *address) in rose_del_loopback_node() argument 458 (rosecmpm(address, &rose_node->address, 10) == 0) && in rose_del_loopback_node() 683 if (rosecmpm(addr, &node->address, node->mask) == 0) { in rose_get_neigh() 694 if (rosecmpm(addr, &node->address, node->mask) == 0) { in rose_get_neigh() [all …]
|
| /net/ |
| A D | socket.c | 743 struct sockaddr_storage address; in sock_sendmsg() local 749 msg->msg_name = &address; in sock_sendmsg() 1875 struct sockaddr_storage address; in __sys_bind() local 1942 struct sockaddr_storage address; in do_accept() local 2094 struct sockaddr_storage address; in __sys_connect() local 2123 struct sockaddr_storage address; in __sys_getsockname() local 2160 struct sockaddr_storage address; in __sys_getpeername() local 2197 struct sockaddr_storage address; in __sys_sendto() local 2256 struct sockaddr_storage address; in __sys_recvfrom() local 2658 struct sockaddr_storage address; in ___sys_sendmsg() local [all …]
|
| /net/netfilter/ |
| A D | nf_conntrack_labels.c | 14 static int replace_u32(u32 *address, u32 mask, u32 new) in replace_u32() argument 19 old = *address; in replace_u32() 23 } while (cmpxchg(address, old, tmp) != old); in replace_u32()
|
| A D | Kconfig | 108 by means of per-address-family sysctl tunables. 301 $ ip -4 address show eth0 318 netmask and broadcast address. 1002 address part intact. 1067 address will be different on next dialup). 1167 tristate '"addrtype" address type match support' 1206 address hashing. 1252 connections to a server per client IP address (or address block). 1352 destination address' or `500pps from any given source address' 1432 tristate '"mac" address match support' [all …]
|
| /net/sunrpc/ |
| A D | rpcb_clnt.c | 234 .address = (struct sockaddr *)addr, in rpcb_create_af_local() 308 .address = (struct sockaddr *)&rpcb_inaddr_loopback, in rpcb_create_local_net() 376 .address = srvaddr, in rpcb_create() 589 const struct sockaddr *address, const char *netid) in rpcb_v4_register() argument 605 if (address == NULL) in rpcb_v4_register() 610 switch (address->sa_family) { in rpcb_v4_register() 612 return rpcb_register_inet4(sn, address, &msg); in rpcb_v4_register() 614 return rpcb_register_inet6(sn, address, &msg); in rpcb_v4_register() 917 struct sockaddr_storage address; in rpcb_dec_getaddr() local 918 struct sockaddr *sap = (struct sockaddr *)&address; in rpcb_dec_getaddr() [all …]
|
| A D | svcauth_unix.c | 191 } address; in ip_map_parse() local 211 if (rpc_pton(cd->net, buf, len, &address.sa, sizeof(address)) == 0) in ip_map_parse() 213 switch (address.sa.sa_family) { in ip_map_parse() 217 ipv6_addr_set_v4mapped(address.s4.sin_addr.s_addr, in ip_map_parse() 222 memcpy(&sin6, &address.s6, sizeof(sin6)); in ip_map_parse()
|
| A D | clnt.c | 527 .dstaddr = args->address, in rpc_create() 558 (struct sockaddr_un *)args->address; in rpc_create() 560 (struct sockaddr_in *)args->address; in rpc_create() 562 (struct sockaddr_in6 *)args->address; in rpc_create() 565 switch (args->address->sa_family) { in rpc_create() 1552 struct sockaddr_storage address; in rpc_localaddr() local 1553 struct sockaddr *sap = (struct sockaddr *)&address; in rpc_localaddr()
|
| /net/bridge/netfilter/ |
| A D | Kconfig | 93 source address (MAC SNAT) or the MAC destination address (MAC DNAT). 111 and/or destination address on a list of addresses. Optionally, 112 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules. 202 destination address of frames. 220 destination address of a frame to that of the device it arrived on. 228 source address of frames.
|
| /net/dsa/ |
| A D | Kconfig | 42 Broadcom switches which place the tag after the MAC source address. 50 address. 60 address. 158 destination MAC address.
|
| /net/xdp/ |
| A D | xdp_umem.c | 94 static int xdp_umem_pin_pages(struct xdp_umem *umem, unsigned long address) in xdp_umem_pin_pages() argument 105 npgs = pin_user_pages(address, umem->npgs, in xdp_umem_pin_pages()
|
| /net/can/j1939/ |
| A D | Makefile | 6 address-claim.o \
|
| /net/ipv6/netfilter/ |
| A D | Kconfig | 105 tristate '"eui64" address check' 108 This module performs checking on the IPv6 source address 110 from the MAC address) address
|
| /net/ipv4/ |
| A D | tcp.c | 2016 unsigned long *address, in tcp_zerocopy_vm_insert_batch_error() argument 2040 err = vm_insert_pages(vma, *address, in tcp_zerocopy_vm_insert_batch_error() 2045 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() 2064 unsigned long *address, in tcp_zerocopy_vm_insert_batch() argument 2082 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch() 2121 unsigned long address, in find_tcp_vma() argument 2136 vma = vma_lookup(mm, address); in find_tcp_vma() 2151 unsigned long address = (unsigned long)zc->address; in tcp_zerocopy_receive() local 2168 if (address & (PAGE_SIZE - 1) || address != zc->address) in tcp_zerocopy_receive() 2256 &address, &length, in tcp_zerocopy_receive() [all …]
|
| A D | Kconfig | 38 for their source address doesn't match the network interface they're 69 solely on the packet's final destination address. If you say Y here, 71 address into account. Furthermore, the TOS (Type-Of-Service) field 123 net via NFS and you want the IP address of your computer to be 140 net via NFS and you want the IP address of your computer to be 155 net via NFS and you want the IP address of your computer to be 285 If you are SYN flooded, the source address reported by the kernel is
|
| /net/ipv6/ |
| A D | Kconfig | 134 IPv6 address into a 64 bit locator and 64 bit identifier. The 248 bool "IPv6: source address based routing" 251 Enable routing by source address or prefix. 253 The destination address is still the primary routing key, so mixing
|
| /net/ncsi/ |
| A D | Kconfig | 18 This allows to get MAC address from NCSI firmware and set them back to
|
| /net/netfilter/ipvs/ |
| A D | Kconfig | 14 single IP address and scheduling them to real servers. 183 This algorithm usually directs packet destined for an IP address to 187 least-connection server to this IP address. 327 FTP is a protocol that transfers IP address and/or port number in 329 the IP address and port number of real servers cannot be sent to
|
| /net/dns_resolver/ |
| A D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
| /net/atm/ |
| A D | atm_sysfs.c | 93 static DEVICE_ATTR_RO(address);
|