Home
last modified time | relevance | path

Searched refs:ipv4 (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/include/net/
Dip_fib.h180 atomic_read(&(net)->ipv4.dev_addr_genid)) ? \
249 &net->ipv4.fib_table_hash[TABLE_LOCAL_INDEX] : in fib_get_table()
250 &net->ipv4.fib_table_hash[TABLE_MAIN_INDEX]; in fib_get_table()
321 if (net->ipv4.fib_has_custom_rules) in fib_lookup()
328 tb = rcu_dereference_rtnl(net->ipv4.fib_main); in fib_lookup()
335 tb = rcu_dereference_rtnl(net->ipv4.fib_default); in fib_lookup()
359 if (!net->ipv4.fib_rules_require_fldissect) in fib4_rules_early_flow_dissect()
382 return net->ipv4.fib_num_tclassid_users; in fib_num_tclassid_users()
Dip_tunnels.h34 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)
37 FIELD_SIZEOF(struct ip_tunnel_key, u.ipv4))
45 } ipv4; member
196 key->u.ipv4.src = saddr; in ip_tunnel_key_init()
197 key->u.ipv4.dst = daddr; in ip_tunnel_key_init()
Dinet_sock.h115 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fwmark_accept)) in inet_request_mark()
127 if (!sk->sk_bound_dev_if && net->ipv4.sysctl_tcp_l3mdev_accept) in inet_request_bound_dev_if()
361 return READ_ONCE(net->ipv4.sysctl_ip_nonlocal_bind) || in inet_can_nonlocal_bind()
Dnet_namespace.h109 struct netns_ipv4 ipv4; member
410 return atomic_read(&net->ipv4.rt_genid); in rt_genid_ipv4()
415 atomic_inc(&net->ipv4.rt_genid); in rt_genid_bump_ipv4()
Dip.h307 if (!net->ipv4.sysctl_local_reserved_ports) in inet_is_local_reserved_port()
309 return test_bit(port, net->ipv4.sysctl_local_reserved_ports); in inet_is_local_reserved_port()
319 return net->ipv4.sysctl_ip_prot_sock; in inet_prot_sock()
346 (READ_ONCE((net)->ipv4.sysctl_fwmark_reflect) ? (mark) : 0)
407 if (READ_ONCE(net->ipv4.sysctl_ip_fwd_use_pmtu) || in ip_dst_mtu_maybe_forward()
Dtcp.h914 if (!net->ipv4.sysctl_tcp_l3mdev_accept && in inet_exact_dif_match()
1350 if (!READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_slow_start_after_idle) || in tcp_slow_start_after_idle_check()
1366 int tcp_adv_win_scale = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_adv_win_scale); in tcp_win_from_space()
1414 return tp->keepalive_intvl ? : net->ipv4.sysctl_tcp_keepalive_intvl; in keepalive_intvl_when()
1421 return tp->keepalive_time ? : net->ipv4.sysctl_tcp_keepalive_time; in keepalive_time_when()
1428 return tp->keepalive_probes ? : net->ipv4.sysctl_tcp_keepalive_probes; in keepalive_probes()
1442 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fin_timeout); in tcp_fin_time()
1891 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()
Droute.h347 hoplimit = net->ipv4.sysctl_ip_default_ttl; in ip4_dst_hoplimit()
/linux-4.19.296/include/linux/
Dipv6.h177 if (!net->ipv4.sysctl_tcp_l3mdev_accept && in inet6_exact_dif_match()
Dinetdevice.h55 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/linux-4.19.296/fs/cifs/
Dcifs_debug.c132 struct sockaddr_in *ipv4 = (struct sockaddr_in *)&iface->sockaddr; in cifs_dump_iface() local
143 seq_printf(m, "\t\tIPv4: %pI4\n", &ipv4->sin_addr); in cifs_dump_iface()
/linux-4.19.296/drivers/s390/net/
Dqeth_core.h309 struct ipv4 { struct
312 } ipv4; member
Dqeth_l3_main.c2078 *((__be32 *) &hdr->hdr.l3.next_hop.ipv4.addr) = (rt) ? in qeth_l3_fill_header()
/linux-4.19.296/include/linux/mlx5/
Dmlx5_ifc_fpga.h38 u8 ipv4[0x20]; member
/linux-4.19.296/include/linux/mlx4/
Ddevice.h1254 struct mlx4_spec_ipv4 ipv4; member
1361 struct mlx4_net_trans_rule_hw_ipv4 ipv4; member
/linux-4.19.296/include/rdma/
Dib_verbs.h2074 struct ib_flow_spec_ipv4 ipv4; member
/linux-4.19.296/
DMAINTAINERS6284 F: net/ipv4/gre_demux.c
6285 F: net/ipv4/gre_offload.c
7653 F: net/ipv4/netfilter/ipt_MASQUERADE.c
10149 F: net/ipv4/xfrm*
10150 F: net/ipv4/esp4*
10151 F: net/ipv4/ah4.c
10152 F: net/ipv4/ipcomp.c
10153 F: net/ipv4/ip_vti.c
10169 F: net/ipv4/
10187 F: net/ipv4/cipso_ipv4.c
[all …]