Home
last modified time | relevance | path

Searched refs:ipv4 (Results 426 - 450 of 649) sorted by relevance

1...<<11121314151617181920>>...26

/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_socket.c18 #include <net/netfilter/ipv4/nf_defrag_ipv4.h>
H A Dxt_TEE.c17 #include <net/netfilter/ipv4/nf_dup_ipv4.h>
H A Dnf_conntrack_proto.c34 #include <net/netfilter/ipv4/nf_conntrack_ipv4.h>
37 #include <net/netfilter/ipv4/nf_defrag_ipv4.h>
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow.h117 } ipv4; member
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_flow_table.h25 struct flow_dissector_key_ipv4_addrs ipv4; member
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c11 #include <net/netfilter/ipv4/nf_reject.h>
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.h166 bool ipv4; member
283 * and at least one of ipv4 or ipv6 true to enable
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dverbs.h292 void irdma_mcast_mac(u32 *ip_addr, u8 *mac, bool ipv4);
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs.h262 struct ib_uverbs_flow_spec_ipv4 ipv4; member
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow.h130 } ipv4; member
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/
H A Dbasic_qos.sh92 tc filter add dev ${h1}.100 egress protocol ipv4 \
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Dnft_reject_bridge.c14 #include <net/netfilter/ipv4/nf_reject.h>
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp_offload.c127 sdif, net->ipv4.udp_table, NULL); in udp6_gro_lookup_skb()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_TEE.c17 #include <net/netfilter/ipv4/nf_dup_ipv4.h>
H A Dnf_conntrack_proto.c34 #include <net/netfilter/ipv4/nf_conntrack_ipv4.h>
37 #include <net/netfilter/ipv4/nf_defrag_ipv4.h>
/third_party/ltp/testcases/kernel/containers/netns/
H A Dnetns_helper.sh26 # IP addresses of veth0 (IP0) and veth1 (IP1) devices (ipv4/ipv6 variant
44 # version. Always use with 'ifconfig', even if ipv4 version of a test case is
63 # * IP_VERSION (ipv4|ipv6)
64 # Version of IP. (ipv4|ipv6)
125 ipv4)
145 tst_brk TBROK "second argument must be an ip version (ipv4|ipv6)"
/kernel/linux/linux-6.6/net/sched/
H A Dcls_flower.c52 struct flow_dissector_key_ipv4_addrs ipv4; member
1817 fl_set_key_val(tb, &key->ipv4.src, TCA_FLOWER_KEY_IPV4_SRC, in fl_set_key()
1818 &mask->ipv4.src, TCA_FLOWER_KEY_IPV4_SRC_MASK, in fl_set_key()
1819 sizeof(key->ipv4.src)); in fl_set_key()
1820 fl_set_key_val(tb, &key->ipv4.dst, TCA_FLOWER_KEY_IPV4_DST, in fl_set_key()
1821 &mask->ipv4.dst, TCA_FLOWER_KEY_IPV4_DST_MASK, in fl_set_key()
1822 sizeof(key->ipv4.dst)); in fl_set_key()
2050 FLOW_DISSECTOR_KEY_IPV4_ADDRS, ipv4); in fl_init_dissector()
3328 (fl_dump_key_val(skb, &key->ipv4.src, TCA_FLOWER_KEY_IPV4_SRC, in fl_dump_key()
3329 &mask->ipv4 in fl_dump_key()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c2128 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_info_notify_update()
2198 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_notify()
2606 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_triestat_seq_show()
2639 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_trie_get_idx()
2691 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_trie_seq_next()
2909 if (nhc->nhc_gw.ipv4) in fib_flag_trans()
2960 gw = nhc->nhc_gw.ipv4; in fib_route_seq_show()
H A Dnexthop.c886 !READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)); in __remove_nexthop_fib()
1199 READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)) in insert_nexthop()
1326 .fc_gw4 = cfg->gw.ipv4, in nh_create_ipv4()
1327 .fc_gw_family = cfg->gw.ipv4 ? AF_INET : 0, in nh_create_ipv4()
1626 cfg->gw.ipv4 = nla_get_be32(gwa); in rtm_to_nh_config()
H A Dip_tunnel.c598 ip_tunnel_init_flow(&fl4, proto, key->u.ipv4.dst, key->u.ipv4.src, in ip_md_tunnel_xmit()
626 key->u.ipv4.dst, true)) { in ip_md_tunnel_xmit()
696 tun_info->key.u.ipv4.dst) { in ip_tunnel_xmit()
697 dst = tun_info->key.u.ipv4.dst; in ip_tunnel_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c498 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in nfp_net_tls_rx_resync_req()
504 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in nfp_net_tls_rx_resync_req()
/kernel/linux/linux-6.6/net/core/
H A Dsock_reuseport.c476 if (READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_migrate_req) || in reuseport_stop_listen_sock()
648 if (READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_migrate_req)) in reuseport_migrate_sock()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmain.c1379 if (FIELDS_NOT_SUPPORTED(ib_spec->ipv4.mask, LAST_IPV4_FIELD)) in parse_flow_attr()
1383 mlx4_spec->ipv4.src_ip = ib_spec->ipv4.val.src_ip; in parse_flow_attr()
1384 mlx4_spec->ipv4.src_ip_msk = ib_spec->ipv4.mask.src_ip; in parse_flow_attr()
1385 mlx4_spec->ipv4.dst_ip = ib_spec->ipv4.val.dst_ip; in parse_flow_attr()
1386 mlx4_spec->ipv4.dst_ip_msk = ib_spec->ipv4.mask.dst_ip; in parse_flow_attr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmain.c1378 if (FIELDS_NOT_SUPPORTED(ib_spec->ipv4.mask, LAST_IPV4_FIELD)) in parse_flow_attr()
1382 mlx4_spec->ipv4.src_ip = ib_spec->ipv4.val.src_ip; in parse_flow_attr()
1383 mlx4_spec->ipv4.src_ip_msk = ib_spec->ipv4.mask.src_ip; in parse_flow_attr()
1384 mlx4_spec->ipv4.dst_ip = ib_spec->ipv4.val.dst_ip; in parse_flow_attr()
1385 mlx4_spec->ipv4.dst_ip_msk = ib_spec->ipv4.mask.dst_ip; in parse_flow_attr()
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c10 * linux/net/ipv4/tcp.c
11 * linux/net/ipv4/tcp_input.c
12 * linux/net/ipv4/tcp_output.c
159 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v6_connect()
550 tclass = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_reflect_tos) ? in tcp_v6_send_synack()
1355 if (READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_reflect_tos)) in tcp_v6_syn_recv_sock()
2158 .sysctl_wmem_offset = offsetof(struct net, ipv4.sysctl_tcp_wmem),
2159 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_tcp_rmem),

Completed in 35 milliseconds

1...<<11121314151617181920>>...26