/linux-6.12.1/drivers/net/ethernet/ |
D | Kconfig | 8 depends on NET 18 source "drivers/net/ethernet/3com/Kconfig" 19 source "drivers/net/ethernet/actions/Kconfig" 20 source "drivers/net/ethernet/adaptec/Kconfig" 21 source "drivers/net/ethernet/aeroflex/Kconfig" 22 source "drivers/net/ethernet/agere/Kconfig" 23 source "drivers/net/ethernet/alacritech/Kconfig" 24 source "drivers/net/ethernet/allwinner/Kconfig" 25 source "drivers/net/ethernet/alteon/Kconfig" 26 source "drivers/net/ethernet/altera/Kconfig" [all …]
|
/linux-6.12.1/include/net/ |
D | net_namespace.h | 15 #include <net/flow.h> 16 #include <net/netns/core.h> 17 #include <net/netns/mib.h> 18 #include <net/netns/unix.h> 19 #include <net/netns/packet.h> 20 #include <net/netns/ipv4.h> 21 #include <net/netns/ipv6.h> 22 #include <net/netns/nexthop.h> 23 #include <net/netns/ieee802154_6lowpan.h> 24 #include <net/netns/sctp.h> [all …]
|
D | ip_fib.h | 15 #include <net/flow.h> 18 #include <net/fib_notifier.h> 19 #include <net/fib_rules.h> 20 #include <net/inet_dscp.h> 21 #include <net/inetpeer.h> 140 struct net *fib_net; 206 __be32 fib_info_update_nhc_saddr(struct net *net, struct fib_nh_common *nhc, 208 __be32 fib_result_prefsrc(struct net *net, struct fib_result *res); 245 int call_fib4_notifiers(struct net *net, enum fib_event_type event_type, 248 int __net_init fib4_notifier_init(struct net *net); [all …]
|
D | ip6_fib.h | 16 #include <net/dst.h> 17 #include <net/flow.h> 18 #include <net/ip_fib.h> 19 #include <net/netlink.h> 20 #include <net/inetpeer.h> 21 #include <net/fib_notifier.h> 91 static inline bool fib6_routes_require_src(const struct net *net) in fib6_routes_require_src() argument 96 static inline void fib6_routes_require_src_inc(struct net *net) {} in fib6_routes_require_src_inc() argument 97 static inline void fib6_routes_require_src_dec(struct net *net) {} in fib6_routes_require_src_dec() argument 101 static inline bool fib6_routes_require_src(const struct net *net) in fib6_routes_require_src() argument [all …]
|
D | l3mdev.h | 3 * include/net/l3mdev.h - L3 master device API 10 #include <net/dst.h> 11 #include <net/fib_rules.h> 21 typedef int (*lookup_by_table_id_t)(struct net *net, u32 table_d); 56 int l3mdev_ifindex_lookup_by_table_id(enum l3mdev_type l3type, struct net *net, 59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, 62 void l3mdev_update_flow(struct net *net, struct flowi *fl); 76 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index() argument 84 dev = dev_get_by_index_rcu(net, ifindex); in l3mdev_master_ifindex_by_index() 119 int l3mdev_master_upper_ifindex_by_index_rcu(struct net *net, int ifindex); [all …]
|
D | ip6_route.h | 5 #include <net/addrconf.h> 6 #include <net/flow.h> 7 #include <net/ip6_fib.h> 8 #include <net/sock.h> 9 #include <net/lwtunnel.h> 13 #include <net/nexthop.h> 81 struct dst_entry *ip6_route_input_lookup(struct net *net, 86 struct dst_entry *ip6_route_output_flags(struct net *net, const struct sock *sk, 89 static inline struct dst_entry *ip6_route_output(struct net *net, in ip6_route_output() argument 93 return ip6_route_output_flags(net, sk, fl6, 0); in ip6_route_output() [all …]
|
D | ipv6_stubs.h | 8 #include <net/dst.h> 9 #include <net/flow.h> 10 #include <net/neighbour.h> 11 #include <net/sock.h> 12 #include <net/ipv6.h> 14 /* structs from net/ip6_fib.h */ 28 struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net, 34 struct fib6_table *(*fib6_get_table)(struct net *net, u32 id); 35 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6, 37 int (*fib6_table_lookup)(struct net *net, struct fib6_table *table, [all …]
|
/linux-6.12.1/drivers/net/thunderbolt/ |
D | main.c | 24 #include <net/ip6_checksum.h> 240 static int tbnet_login_response(struct tbnet *net, u64 route, u8 sequence, in tbnet_login_response() argument 244 struct tb_xdomain *xd = net->xd; in tbnet_login_response() 250 memcpy(reply.receiver_mac, net->dev->dev_addr, ETH_ALEN); in tbnet_login_response() 257 static int tbnet_login_request(struct tbnet *net, u8 sequence) in tbnet_login_request() argument 261 struct tb_xdomain *xd = net->xd; in tbnet_login_request() 266 atomic_inc_return(&net->command_id)); in tbnet_login_request() 269 request.transmit_path = net->local_transmit_path; in tbnet_login_request() 277 static int tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence, in tbnet_logout_response() argument 281 struct tb_xdomain *xd = net->xd; in tbnet_logout_response() [all …]
|
/linux-6.12.1/net/core/ |
D | net_namespace.c | 25 #include <net/sock.h> 26 #include <net/netlink.h> 27 #include <net/net_namespace.h> 28 #include <net/netns/generic.h> 48 struct net init_net; 55 * This is internal net namespace object. Please, don't use it 85 static int net_assign_generic(struct net *net, unsigned int id, void *data) in net_assign_generic() argument 91 old_ng = rcu_dereference_protected(net->gen, in net_assign_generic() 105 * The net_generic explores the net->gen array inside rcu in net_assign_generic() 106 * read section. Besides once set the net->gen->ptr[x] in net_assign_generic() [all …]
|
D | fib_notifier.c | 7 #include <net/net_namespace.h> 8 #include <net/netns/generic.h> 9 #include <net/fib_notifier.h> 29 int call_fib_notifiers(struct net *net, enum fib_event_type event_type, in call_fib_notifiers() argument 32 struct fib_notifier_net *fn_net = net_generic(net, fib_notifier_net_id); in call_fib_notifiers() 40 static unsigned int fib_seq_sum(struct net *net) in fib_seq_sum() argument 42 struct fib_notifier_net *fn_net = net_generic(net, fib_notifier_net_id); in fib_seq_sum() 51 fib_seq += ops->fib_seq_read(net); in fib_seq_sum() 60 static int fib_net_dump(struct net *net, struct notifier_block *nb, in fib_net_dump() argument 63 struct fib_notifier_net *fn_net = net_generic(net, fib_notifier_net_id); in fib_net_dump() [all …]
|
/linux-6.12.1/net/tipc/ |
D | bcast.c | 2 * net/tipc/bcast.c: TIPC broadcast code 77 static struct tipc_bc_base *tipc_bc_base(struct net *net) in tipc_bc_base() argument 79 return tipc_net(net)->bcbase; in tipc_bc_base() 86 int tipc_bcast_get_mtu(struct net *net) in tipc_bcast_get_mtu() argument 88 return tipc_link_mss(tipc_bc_sndlink(net)); in tipc_bcast_get_mtu() 91 void tipc_bcast_toggle_rcast(struct net *net, bool supp) in tipc_bcast_toggle_rcast() argument 93 tipc_bc_base(net)->rcast_support = supp; in tipc_bcast_toggle_rcast() 96 static void tipc_bcbase_calc_bc_threshold(struct net *net) in tipc_bcbase_calc_bc_threshold() argument 98 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_calc_bc_threshold() 99 int cluster_size = tipc_link_bc_peers(tipc_bc_sndlink(net)); in tipc_bcbase_calc_bc_threshold() [all …]
|
D | bcast.h | 2 * net/tipc/bcast.h: Include file for TIPC broadcast code 81 int tipc_bcast_init(struct net *net); 82 void tipc_bcast_stop(struct net *net); 83 void tipc_bcast_add_peer(struct net *net, struct tipc_link *l, 85 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl); 86 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id); 87 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id); 88 int tipc_bcast_get_mtu(struct net *net); 89 void tipc_bcast_toggle_rcast(struct net *net, bool supp); 90 int tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, [all …]
|
D | node.h | 2 * net/tipc/node.h: Include file for TIPC node management routines 41 #include "net.h" 77 void tipc_node_stop(struct net *net); 78 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id); 83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id, 89 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr); 91 u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr); 92 void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128, 97 void tipc_node_delete_links(struct net *net, int bearer_id); 98 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop); [all …]
|
/linux-6.12.1/kernel/bpf/ |
D | net_namespace.c | 6 #include <net/net_namespace.h> 17 /* We don't hold a ref to net in order to auto-detach the link 22 struct net *net; member 23 struct list_head node; /* node in list of links attached to net */ 56 static void netns_bpf_run_array_detach(struct net *net, in netns_bpf_run_array_detach() argument 61 run_array = rcu_replace_pointer(net->bpf.run_array[type], NULL, in netns_bpf_run_array_detach() 66 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index() argument 72 list_for_each_entry(pos, &net->bpf.links[type], node) { in link_index() 80 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count() argument 85 list_for_each(pos, &net->bpf.links[type]) in link_count() [all …]
|
/linux-6.12.1/fs/afs/ |
D | main.c | 65 static int __net_init afs_net_init(struct net *net_ns) in afs_net_init() 68 struct afs_net *net = afs_net(net_ns); in afs_net_init() local 71 net->net = net_ns; in afs_net_init() 72 net->live = true; in afs_net_init() 73 generate_random_uuid((unsigned char *)&net->uuid); in afs_net_init() 75 INIT_WORK(&net->charge_preallocation_work, afs_charge_preallocation); in afs_net_init() 76 mutex_init(&net->socket_mutex); in afs_net_init() 78 net->cells = RB_ROOT; in afs_net_init() 79 init_rwsem(&net->cells_lock); in afs_net_init() 80 INIT_WORK(&net->cells_manager, afs_manage_cells); in afs_net_init() [all …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | big_tcp.sh | 31 ip -net $ROUTER_NS link add link1 type veth peer name link0 netns $CLIENT_NS 32 ip -net $ROUTER_NS link add link2 type veth peer name link3 netns $SERVER_NS 34 ip -net $CLIENT_NS link set link0 up 35 ip -net $CLIENT_NS link set link0 mtu 1442 36 ip -net $CLIENT_NS addr add $CLIENT_IP4/24 dev link0 37 ip -net $CLIENT_NS addr add $CLIENT_IP6/64 dev link0 nodad 38 ip -net $CLIENT_NS route add $SERVER_IP4 dev link0 via $CLIENT_GW4 39 ip -net $CLIENT_NS route add $SERVER_IP6 dev link0 via $CLIENT_GW6 40 ip -net $CLIENT_NS link set dev link0 \ 42 ip -net $CLIENT_NS link set dev link0 \ [all …]
|
/linux-6.12.1/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 14 #include <net/netlink.h> 15 #include <net/netfilter/nf_conntrack.h> 16 #include <net/netns/generic.h> 51 struct net *net, void *data); 66 struct net *net, 71 struct net *net, 136 void nf_conntrack_generic_init_net(struct net *net); 137 void nf_conntrack_tcp_init_net(struct net *net); 138 void nf_conntrack_udp_init_net(struct net *net); 139 void nf_conntrack_gre_init_net(struct net *net); [all …]
|
D | nf_synproxy.h | 7 #include <net/ip6_checksum.h> 8 #include <net/ip6_route.h> 9 #include <net/tcp.h> 11 #include <net/netfilter/nf_conntrack_seqadj.h> 12 #include <net/netfilter/nf_conntrack_synproxy.h> 30 static inline struct synproxy_net *synproxy_pernet(struct net *net) in synproxy_pernet() argument 32 return net_generic(net, synproxy_net_id); in synproxy_pernet() 52 void synproxy_send_client_synack(struct net *net, const struct sk_buff *skb, 56 bool synproxy_recv_client_ack(struct net *net, 65 int nf_synproxy_ipv4_init(struct synproxy_net *snet, struct net *net); [all …]
|
/linux-6.12.1/net/ |
D | Kconfig | 6 menuconfig NET config 20 contained in the package net-tools, the location and version number 24 recommended to read the NET-HOWTO, available from 27 if NET 77 source "net/packet/Kconfig" 78 source "net/unix/Kconfig" 79 source "net/tls/Kconfig" 80 source "net/xfrm/Kconfig" 81 source "net/iucv/Kconfig" 82 source "net/smc/Kconfig" [all …]
|
/linux-6.12.1/fs/proc/ |
D | proc_net.c | 3 * linux/fs/proc/net.c 9 * proc net directory handling functions 24 #include <net/net_namespace.h> 29 static inline struct net *PDE_NET(struct proc_dir_entry *pde) in PDE_NET() 34 static struct net *get_proc_net(const struct inode *inode) in get_proc_net() 43 struct net *net; in seq_open_net() local 50 net = get_proc_net(inode); in seq_open_net() 51 if (!net) in seq_open_net() 56 put_net(net); in seq_open_net() 60 p->net = net; in seq_open_net() [all …]
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_sysctl.c | 4 #include <net/net_namespace.h> 5 #include <net/xfrm.h> 7 static void __net_init __xfrm_sysctl_init(struct net *net) in __xfrm_sysctl_init() argument 9 net->xfrm.sysctl_aevent_etime = XFRM_AE_ETIME; in __xfrm_sysctl_init() 10 net->xfrm.sysctl_aevent_rseqth = XFRM_AE_SEQT_SIZE; in __xfrm_sysctl_init() 11 net->xfrm.sysctl_larval_drop = 1; in __xfrm_sysctl_init() 12 net->xfrm.sysctl_acq_expires = 30; in __xfrm_sysctl_init() 43 int __net_init xfrm_sysctl_init(struct net *net) in xfrm_sysctl_init() argument 48 __xfrm_sysctl_init(net); in xfrm_sysctl_init() 53 table[0].data = &net->xfrm.sysctl_aevent_etime; in xfrm_sysctl_init() [all …]
|
/linux-6.12.1/net/can/ |
D | proc.c | 79 static void can_init_stats(struct net *net) in can_init_stats() argument 81 struct can_pkg_stats *pkg_stats = net->can.pkg_stats; in can_init_stats() 82 struct can_rcv_lists_stats *rcv_lists_stats = net->can.rcv_lists_stats; in can_init_stats() 117 struct net *net = from_timer(net, t, can.stattimer); in can_stat_update() local 118 struct can_pkg_stats *pkg_stats = net->can.pkg_stats; in can_stat_update() 123 can_init_stats(net); in can_stat_update() 127 can_init_stats(net); in can_stat_update() 131 can_init_stats(net); in can_stat_update() 135 can_init_stats(net); in can_stat_update() 139 can_init_stats(net); in can_stat_update() [all …]
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | nft_fib.sh | 13 log_netns=$(sysctl -n net.netfilter.nf_log_all_netns) 19 [ "$log_netns" -eq 0 ] && sysctl -q net.netfilter.nf_log_all_netns=$log_netns 33 sysctl -q net.netfilter.nf_log_all_netns=1 114 ip -net "$nsrouter" link set veth0 up 115 ip -net "$nsrouter" addr add 10.0.1.1/24 dev veth0 116 ip -net "$nsrouter" addr add dead:1::1/64 dev veth0 nodad 118 ip -net "$nsrouter" link set veth1 up 119 ip -net "$nsrouter" addr add 10.0.2.1/24 dev veth1 120 ip -net "$nsrouter" addr add dead:2::1/64 dev veth1 nodad 122 ip -net "$ns1" link set eth0 up [all …]
|
/linux-6.12.1/drivers/net/usb/ |
D | smsc75xx.c | 91 netdev_warn(dev->net, "Failed to read reg index 0x%08x: %d\n", in __smsc75xx_read_reg() 123 netdev_warn(dev->net, "Failed to write reg index 0x%08x: %d\n", in __smsc75xx_write_reg() 165 netdev_warn(dev->net, "Error reading MII_ACCESS\n"); in __smsc75xx_phy_wait_not_busy() 188 netdev_warn(dev->net, "MII is busy in smsc75xx_mdio_read\n"); in __smsc75xx_mdio_read() 200 netdev_warn(dev->net, "Error writing MII_ACCESS\n"); in __smsc75xx_mdio_read() 206 netdev_warn(dev->net, "Timed out reading MII reg %02X\n", idx); in __smsc75xx_mdio_read() 212 netdev_warn(dev->net, "Error reading MII_DATA\n"); in __smsc75xx_mdio_read() 235 netdev_warn(dev->net, "MII is busy in smsc75xx_mdio_write\n"); in __smsc75xx_mdio_write() 242 netdev_warn(dev->net, "Error writing MII_DATA\n"); in __smsc75xx_mdio_write() 254 netdev_warn(dev->net, "Error writing MII_ACCESS\n"); in __smsc75xx_mdio_write() [all …]
|
/linux-6.12.1/include/linux/ |
D | netfilter_ipv6.h | 11 #include <net/tcp.h> 43 int (*chk_addr)(struct net *net, const struct in6_addr *addr, 45 int (*route_me_harder)(struct net *net, struct sock *sk, struct sk_buff *skb); 46 int (*dev_get_saddr)(struct net *net, const struct net_device *dev, 49 int (*route)(struct net *net, struct dst_entry **dst, struct flowi *fl, 57 int (*fragment)(struct net *net, struct sock *sk, struct sk_buff *skb, 58 int (*output)(struct net *, struct sock *, struct sk_buff *)); 61 int (*br_fragment)(struct net *net, struct sock *sk, 64 int (*output)(struct net *, struct sock *sk, 71 #include <net/addrconf.h> [all …]
|