Searched refs:ipv4 (Results 251 - 275 of 362) sorted by relevance

<<1112131415

/linux-master/include/net/netfilter/
H A Dnf_conntrack.h72 #include <net/netfilter/ipv4/nf_conntrack_ipv4.h>
H A Dnf_flow_table.h29 struct flow_dissector_key_ipv4_addrs ipv4; member in union:nf_flow_key::__anon54
/linux-master/drivers/infiniband/hw/irdma/
H A Duser.h252 bool ipv4:1; member in struct:irdma_cq_poll_info
/linux-master/net/netfilter/
H A Dnft_tproxy.c10 #include <net/netfilter/ipv4/nf_defrag_ipv4.h>
/linux-master/include/linux/
H A Dinetdevice.h58 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/linux-master/net/ipv6/
H A Dsyncookies.c9 * linux/net/ipv4/syncookies.c
29 * using higher values than ipv4 tcp syncookies.
182 if (!READ_ONCE(net->ipv4.sysctl_tcp_syncookies) ||
H A Dinet6_hashtables.c215 hashinfo == net->ipv4.tcp_death_row.hashinfo) {
/linux-master/net/mptcp/
H A Dsockopt.c1397 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_time) / HZ);
1401 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_intvl) / HZ);
1405 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_probes));
1571 cap = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_rmem[2]) >> 1;
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh164 ip=ipv4
H A Dsimult_flows.sh103 ip netns exec "$ns2" sysctl -q net.ipv4.ip_forward=1
/linux-master/tools/testing/selftests/net/
H A Damt.sh163 ip netns exec "${RELAY}" sysctl net.ipv4.ip_forward=1 -w -q
H A Dl2tp.sh94 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c647 bool ipv4, ipv6; local
661 ipv4 = IDPF_RX_PTYPE_TO_IPV(&decoded, IDPF_RX_PTYPE_OUTER_IPV4);
665 if (unlikely(ipv4 && (csum_bits->ipe || csum_bits->eipe)))
/linux-master/net/ipv4/
H A Dip_tunnel.c611 ip_tunnel_init_flow(&fl4, proto, key->u.ipv4.dst, key->u.ipv4.src,
644 key->u.ipv4.dst, true)) {
716 tun_info->key.u.ipv4.dst) {
717 dst = tun_info->key.u.ipv4.dst;
H A Dping.c9 * Based on ipv4/udp.c code.
240 kgid_t *data = net->ipv4.ping_group_range.range;
244 seq = read_seqbegin(&net->ipv4.ping_group_range.lock);
248 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq));
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c944 bool ipv4 = (skb->protocol == htons(ETH_P_IP)); local
946 u16 ip_base_id = ipv4 ? ntohs(ip_hdr(skb)->id) : 0;
953 skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
977 if (ipv4)
982 skb_shinfo(tmp)->gso_type = ipv4 ? SKB_GSO_TCPV4 :
988 if (ipv4)
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1108 struct iphdr *ipv4; member in union:network_header
1166 switch (hdr.ipv4->version) {
1168 l4_prot = hdr.ipv4->protocol;
1348 struct iphdr *ipv4; member in union:__anon130
1406 switch (network_hdr.ipv4->version) {
1409 l4_prot = network_hdr.ipv4->protocol;
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c491 flow.daddr = ip_tun->key.u.ipv4.dst;
499 set_tun->ttl = READ_ONCE(net->ipv4.sysctl_ip_default_ttl);
516 pre_tun->ipv4_dst = ip_tun->key.u.ipv4.dst;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1455 bool ipv4, bool ipv6, enum gft_profile_type profile_type)
1462 if (!ipv6 && !ipv4)
1464 "gft_config: must accept at least on of - ipv4 or ipv6'\n");
1507 if (!(ipv4 && ipv6)) {
1509 if (ipv4)
1450 qed_gft_config(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 pf_id, bool tcp, bool udp, bool ipv4, bool ipv6, enum gft_profile_type profile_type) argument
/linux-master/include/soc/mscc/
H A Docelot_vcap.h715 struct ocelot_vcap_key_ipv4 ipv4; member in union:ocelot_vcap_filter::__anon3255
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_int.h230 bool ipv4; member in struct:vmxnet3_tx_ctx
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c1378 if (FIELDS_NOT_SUPPORTED(ib_spec->ipv4.mask, LAST_IPV4_FIELD))
1382 mlx4_spec->ipv4.src_ip = ib_spec->ipv4.val.src_ip;
1383 mlx4_spec->ipv4.src_ip_msk = ib_spec->ipv4.mask.src_ip;
1384 mlx4_spec->ipv4.dst_ip = ib_spec->ipv4.val.dst_ip;
1385 mlx4_spec->ipv4.dst_ip_msk = ib_spec->ipv4.mask.dst_ip;
/linux-master/include/net/
H A Dvxlan.h571 rdst->remote_ip.sin.sin_addr.s_addr = nhc->nhc_gw.ipv4;
H A Droute.h370 hoplimit = READ_ONCE(net->ipv4.sysctl_ip_default_ttl);
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c689 * Get the address of default gateway (ipv4).
1386 * [ipv4]
1405 * The host can specify multiple ipv4 and ipv6 addresses to be
1523 error = fprintf(nmfile, "\n[ipv4]\n");
1543 * As dhcp_enabled is only valid for ipv4, we do not set dhcp
1546 * For ipv4, set method to manual only when dhcp_enabled is
1547 * false and specific ipv4 addresses are configured. If neither
1548 * dhcp_enabled is true and no ipv4 addresses are configured,
1645 hints.ai_family = AF_INET; /*Get only ipv4 addrinfo. */

Completed in 615 milliseconds

<<1112131415