Home
last modified time | relevance | path

Searched defs:snet (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c17 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
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c17 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
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c17 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
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c17 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
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_synproxy.h84 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) { return 0; } in nf_synproxy_ipv6_init() argument
86 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) {}; in nf_synproxy_ipv6_fini() argument
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_synproxy.h84 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) { return 0; } in nf_synproxy_ipv6_init() argument
86 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) {}; in nf_synproxy_ipv6_fini() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_synproxy.c53 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
23 nft_synproxy_tcp_options(struct synproxy_options *opts, const struct tcphdr *tcp, struct synproxy_net *snet, struct nf_synproxy_info *info, const struct nft_synproxy *priv) nft_synproxy_tcp_options() argument
209 struct synproxy_net *snet = synproxy_pernet(ctx->net); nft_synproxy_do_destroy() local
[all...]
H A Dnf_synproxy_core.c248 struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq)); in synproxy_cpu_seq_start() local
266 struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq)); in synproxy_cpu_seq_next() local
338 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_net_init() local
375 struct synproxy_net *snet in synproxy_net_exit() local
517 struct synproxy_net *snet = synproxy_pernet(net); synproxy_send_server_syn() local
640 struct synproxy_net *snet = synproxy_pernet(net); synproxy_recv_client_ack() local
666 struct synproxy_net *snet = synproxy_pernet(net); ipv4_synproxy_hook() local
790 nf_synproxy_ipv4_init(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv4_init() argument
806 nf_synproxy_ipv4_fini(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv4_fini() argument
931 struct synproxy_net *snet = synproxy_pernet(net); synproxy_send_server_syn_ipv6() local
1057 struct synproxy_net *snet = synproxy_pernet(net); synproxy_recv_client_ack_ipv6() local
1083 struct synproxy_net *snet = synproxy_pernet(net); ipv6_synproxy_hook() local
1214 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv6_init() argument
1231 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv6_fini() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/solidrun/
H A Dsnet_ctrl.c62 static struct snet_ctrl_regs __iomem *snet_get_ctrl(struct snet *snet) in snet_get_ctrl() argument
132 static int snet_ctrl_read_from_dpu(struct snet *snet, u16 opcode, u16 vq_idx, void *buffer, in snet_ctrl_read_from_dpu() argument
218 snet_send_ctrl_msg_old(struct snet *snet, u32 opcode) snet_send_ctrl_msg_old() argument
252 snet_send_ctrl_msg(struct snet *snet, u16 opcode, u16 vq_idx) snet_send_ctrl_msg() argument
310 snet_ctrl_clear(struct snet *snet) snet_ctrl_clear() argument
317 snet_destroy_dev(struct snet *snet) snet_destroy_dev() argument
322 snet_read_vq_state(struct snet *snet, u16 idx, struct vdpa_vq_state *state) snet_read_vq_state() argument
328 snet_suspend_dev(struct snet *snet) snet_suspend_dev() argument
333 snet_resume_dev(struct snet *snet) snet_resume_dev() argument
[all...]
H A Dsnet_vdpa.h54 struct snet { struct
173 static inline u32 snet_read32(struct snet *snet, u32 off) in snet_read32() argument
178 snet_write32(struct snet *snet, u32 off, u32 val) snet_write32() argument
192 snet_write64(struct snet *snet, u32 off, u64 val) snet_write64() argument
[all...]
H A Dsnet_main.c40 struct snet *snet = data; in snet_cfg_irq_hndlr() local
58 static void snet_free_irqs(struct snet *snet) in snet_free_irqs() argument
89 struct snet *snet = vdpa_to_snet(vdev); snet_set_vq_address() local
100 struct snet *snet = vdpa_to_snet(vdev); snet_set_vq_num() local
107 struct snet *snet = vdpa_to_snet(vdev); snet_kick_vq() local
117 struct snet *snet = vdpa_to_snet(vdev); snet_kick_vq_with_data() local
129 struct snet *snet = vdpa_to_snet(vdev); snet_set_vq_cb() local
137 struct snet *snet = vdpa_to_snet(vdev); snet_set_vq_ready() local
144 struct snet *snet = vdpa_to_snet(vdev); snet_get_vq_ready() local
149 snet_vq_state_is_initial(struct snet *snet, const struct vdpa_vq_state *state) snet_vq_state_is_initial() argument
169 struct snet *snet = vdpa_to_snet(vdev); snet_set_vq_state() local
188 struct snet *snet = vdpa_to_snet(vdev); snet_get_vq_state() local
195 struct snet *snet = vdpa_to_snet(vdev); snet_get_vq_irq() local
205 snet_reset_dev(struct snet *snet) snet_reset_dev() argument
250 struct snet *snet = vdpa_to_snet(vdev); snet_reset() local
257 struct snet *snet = vdpa_to_snet(vdev); snet_get_config_size() local
264 struct snet *snet = vdpa_to_snet(vdev); snet_get_features() local
271 struct snet *snet = vdpa_to_snet(vdev); snet_set_drv_features() local
279 struct snet *snet = vdpa_to_snet(vdev); snet_get_drv_features() local
286 struct snet *snet = vdpa_to_snet(vdev); snet_get_vq_num_max() local
293 struct snet *snet = vdpa_to_snet(vdev); snet_set_config_cb() local
301 struct snet *snet = vdpa_to_snet(vdev); snet_get_device_id() local
313 struct snet *snet = vdpa_to_snet(vdev); snet_get_status() local
318 snet_write_conf(struct snet *snet) snet_write_conf() argument
400 snet_request_irqs(struct pci_dev *pdev, struct snet *snet) snet_request_irqs() argument
430 struct snet *snet = vdpa_to_snet(vdev); snet_set_status() local
467 struct snet *snet = vdpa_to_snet(vdev); snet_get_config() local
484 struct snet *snet = vdpa_to_snet(vdev); snet_set_config() local
500 struct snet *snet = vdpa_to_snet(vdev); snet_suspend() local
514 struct snet *snet = vdpa_to_snet(vdev); snet_resume() local
591 snet_open_vf_bar(struct pci_dev *pdev, struct snet *snet) snet_open_vf_bar() argument
799 snet_free_vqs(struct snet *snet) snet_free_vqs() argument
815 snet_build_vqs(struct snet *snet) snet_build_vqs() argument
854 snet_reserve_irq_idx(struct pci_dev *pdev, struct snet *snet) snet_reserve_irq_idx() argument
965 struct snet *snet; snet_vdpa_probe_vf() local
1095 struct snet *snet = pci_get_drvdata(pdev); snet_vdpa_remove_vf() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_synproxy.c53 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
23 nft_synproxy_tcp_options(struct synproxy_options *opts, const struct tcphdr *tcp, struct synproxy_net *snet, struct nf_synproxy_info *info, const struct nft_synproxy *priv) nft_synproxy_tcp_options() argument
209 struct synproxy_net *snet = synproxy_pernet(ctx->net); nft_synproxy_do_destroy() local
[all...]
H A Dnf_synproxy_core.c242 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 in synproxy_net_exit() local
494 struct synproxy_net *snet = synproxy_pernet(net); synproxy_send_server_syn() local
617 struct synproxy_net *snet = synproxy_pernet(net); synproxy_recv_client_ack() local
643 struct synproxy_net *snet = synproxy_pernet(net); ipv4_synproxy_hook() local
767 nf_synproxy_ipv4_init(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv4_init() argument
783 nf_synproxy_ipv4_fini(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv4_fini() argument
908 struct synproxy_net *snet = synproxy_pernet(net); synproxy_send_server_syn_ipv6() local
1034 struct synproxy_net *snet = synproxy_pernet(net); synproxy_recv_client_ack_ipv6() local
1060 struct synproxy_net *snet = synproxy_pernet(net); ipv6_synproxy_hook() local
1191 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv6_init() argument
1208 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) nf_synproxy_ipv6_fini() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_core.c264 union nf_inet_addr snet; /* source network of the client, in ip_vs_sched_persist() local
924 union nf_inet_addr snet; in ip_vs_out_icmp() local
856 handle_response_icmp(int af, struct sk_buff *skb, union nf_inet_addr *snet, __u8 protocol, struct ip_vs_conn *cp, struct ip_vs_protocol *pp, unsigned int offset, unsigned int ihl, unsigned int hooknum) handle_response_icmp() argument
998 union nf_inet_addr snet; ip_vs_out_icmp_v6() local
1139 union nf_inet_addr snet; ip_vs_new_conn_out() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_core.c276 union nf_inet_addr snet; /* source network of the client, in ip_vs_sched_persist() local
936 union nf_inet_addr snet; in ip_vs_out_icmp() local
868 handle_response_icmp(int af, struct sk_buff *skb, union nf_inet_addr *snet, __u8 protocol, struct ip_vs_conn *cp, struct ip_vs_protocol *pp, unsigned int offset, unsigned int ihl, unsigned int hooknum) handle_response_icmp() argument
1010 union nf_inet_addr snet; ip_vs_out_icmp_v6() local
1151 union nf_inet_addr snet; ip_vs_new_conn_out() local
[all...]

Completed in 11 milliseconds