Home
last modified time | relevance | path

Searched refs:CACHELINE_ASSERT_GROUP_MEMBER (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp.c5022 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_tx, gso_segs); in tcp_struct_check()
5041 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, snd_wl1); in tcp_struct_check()
5045 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, advmss); in tcp_struct_check()
5046 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, urg_data); in tcp_struct_check()
5047 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, lost); in tcp_struct_check()
5048 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, rtt_min); in tcp_struct_check()
5062 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, snd_sml); in tcp_struct_check()
5068 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, mdev_us); in tcp_struct_check()
5070 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, rtt_seq); in tcp_struct_check()
5100 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, segs_in); in tcp_struct_check()
[all …]
/linux-6.15/net/core/
H A Dsock.c4408 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_rx, sk_drops); in sock_struct_check()
4414 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_rx, sk_rx_dst); in sock_struct_check()
4417 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_rx, sk_rcvbuf); in sock_struct_check()
4418 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_rx, sk_filter); in sock_struct_check()
4419 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_rx, sk_wq); in sock_struct_check()
4424 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_rxtx, sk_err); in sock_struct_check()
4444 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_frag); in sock_struct_check()
4445 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_timer); in sock_struct_check()
4447 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_zckey); in sock_struct_check()
4448 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_tskey); in sock_struct_check()
[all …]
H A Dnet_namespace.c1152 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1154 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1156 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1158 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1160 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1162 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1164 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1166 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1168 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
1170 CACHELINE_ASSERT_GROUP_MEMBER(struct netns_ipv4, netns_ipv4_read_tx, in netns_ipv4_struct_check()
[all …]
H A Ddev.c12544 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, _tx); in net_dev_struct_check()
12550 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, num_tc); in net_dev_struct_check()
12551 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, mtu); in net_dev_struct_check()
12555 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, xps_maps); in net_dev_struct_check()
12566 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_txrx, lstats); in net_dev_struct_check()
12567 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_txrx, state); in net_dev_struct_check()
12568 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_txrx, flags); in net_dev_struct_check()
12576 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, ifindex); in net_dev_struct_check()
12578 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, _rx); in net_dev_struct_check()
12583 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, nd_net); in net_dev_struct_check()
[all …]
H A Dpage_pool.c186 CACHELINE_ASSERT_GROUP_MEMBER(struct page_pool, frag, frag_users); in page_pool_struct_check()
187 CACHELINE_ASSERT_GROUP_MEMBER(struct page_pool, frag, frag_page); in page_pool_struct_check()
188 CACHELINE_ASSERT_GROUP_MEMBER(struct page_pool, frag, frag_offset); in page_pool_struct_check()
/linux-6.15/include/linux/
H A Dcache.h150 #ifndef CACHELINE_ASSERT_GROUP_MEMBER
151 #define CACHELINE_ASSERT_GROUP_MEMBER(TYPE, GROUP, MEMBER) \ macro