/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_socket.c | 18 #include <net/netfilter/ipv4/nf_defrag_ipv4.h>
|
H A D | xt_TEE.c | 17 #include <net/netfilter/ipv4/nf_dup_ipv4.h>
|
H A D | nf_conntrack_proto.c | 34 #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 D | flow.h | 117 } ipv4; member
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_flow_table.h | 25 struct flow_dissector_key_ipv4_addrs ipv4; member
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_reject_ipv4.c | 11 #include <net/netfilter/ipv4/nf_reject.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_l2.h | 166 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 D | verbs.h | 292 void irdma_mcast_mac(u32 *ip_addr, u8 *mac, bool ipv4);
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs.h | 262 struct ib_uverbs_flow_spec_ipv4 ipv4; member
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow.h | 130 } ipv4; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/ |
H A D | basic_qos.sh | 92 tc filter add dev ${h1}.100 egress protocol ipv4 \
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nft_reject_bridge.c | 14 #include <net/netfilter/ipv4/nf_reject.h>
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp_offload.c | 127 sdif, net->ipv4.udp_table, NULL); in udp6_gro_lookup_skb()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_TEE.c | 17 #include <net/netfilter/ipv4/nf_dup_ipv4.h>
|
H A D | nf_conntrack_proto.c | 34 #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 D | netns_helper.sh | 26 # 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 D | cls_flower.c | 52 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 D | fib_trie.c | 2128 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 D | nexthop.c | 886 !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 D | ip_tunnel.c | 598 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 D | tls.c | 498 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 D | sock_reuseport.c | 476 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 D | main.c | 1379 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 D | main.c | 1378 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 D | tcp_ipv6.c | 10 * 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),
|