Searched defs:snet (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/vdpa/solidrun/ |
A D | snet_main.c | 87 struct snet *snet = data; in snet_cfg_irq_hndlr() local 136 struct snet *snet = vdpa_to_snet(vdev); in snet_set_vq_address() local 147 struct snet *snet = vdpa_to_snet(vdev); in snet_set_vq_num() local 154 struct snet *snet = vdpa_to_snet(vdev); in snet_kick_vq() local 164 struct snet *snet = vdpa_to_snet(vdev); in snet_set_vq_cb() local 172 struct snet *snet = vdpa_to_snet(vdev); in snet_set_vq_ready() local 179 struct snet *snet = vdpa_to_snet(vdev); in snet_get_vq_ready() local 186 struct snet *snet = vdpa_to_snet(vdev); in snet_set_vq_state() local 215 struct snet *snet = vdpa_to_snet(vdev); in snet_get_vq_irq() local 270 struct snet *snet = vdpa_to_snet(vdev); in snet_reset() local [all …]
|
A D | snet_vdpa.h | 49 struct snet { struct 55 struct snet_vq **vqs; argument 62 /* boolean indicating if snet config was passed to the device */ argument 74 /* Pointer to snet pdev parent device */ argument 75 struct psnet *psnet; argument 77 struct snet_dev_cfg *cfg; argument 164 static inline u32 snet_read32(struct snet *snet, u32 off) in snet_read32() 169 static inline void snet_write32(struct snet *snet, u32 off, u32 val) in snet_write32() 183 static inline void snet_write64(struct snet *snet, u32 off, u64 val) in snet_write64()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_synproxy_core.c | 242 struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq)); in synproxy_cpu_seq_start() local 260 struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq)); in synproxy_cpu_seq_next() local 332 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_net_init() local 368 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_net_exit() local 494 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_send_server_syn() local 617 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_recv_client_ack() local 643 struct synproxy_net *snet = synproxy_pernet(net); in ipv4_synproxy_hook() local 908 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_send_server_syn_ipv6() local 1034 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_recv_client_ack_ipv6() local 1060 struct synproxy_net *snet = synproxy_pernet(net); in ipv6_synproxy_hook() local [all …]
|
A D | nft_synproxy.c | 25 struct synproxy_net *snet, in nft_synproxy_tcp_options() 53 struct synproxy_net *snet = synproxy_pernet(net); in nft_synproxy_eval_v4() local 84 struct synproxy_net *snet = synproxy_pernet(net); in nft_synproxy_eval_v6() local 156 struct synproxy_net *snet = synproxy_pernet(ctx->net); in nft_synproxy_do_init() local 210 struct synproxy_net *snet = synproxy_pernet(ctx->net); in nft_synproxy_do_destroy() local
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6t_SYNPROXY.c | 17 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_tg6() local 68 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg6_check() local 92 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg6_destroy() local
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | ipt_SYNPROXY.c | 17 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_tg4() local 66 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg4_check() local 89 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg4_destroy() local
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_synproxy.h | 84 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) { return 0; } in nf_synproxy_ipv6_init() 86 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) {}; in nf_synproxy_ipv6_fini()
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_core.c | 264 union nf_inet_addr snet; /* source network of the client, in ip_vs_sched_persist() local 857 union nf_inet_addr *snet, in handle_response_icmp() 924 union nf_inet_addr snet; in ip_vs_out_icmp() local 998 union nf_inet_addr snet; in ip_vs_out_icmp_v6() local 1139 union nf_inet_addr snet; in ip_vs_new_conn_out() local
|
Completed in 23 milliseconds