Home
last modified time | relevance | path

Searched defs:net (Results 176 – 200 of 859) sorted by relevance

12345678910>>...35

/Linux-v6.6/net/ipv6/netfilter/
Dnf_defrag_ipv6_hooks.c91 static void __net_exit defrag6_net_exit(struct net *net) in defrag6_net_exit()
142 int nf_defrag_ipv6_enable(struct net *net) in nf_defrag_ipv6_enable()
168 void nf_defrag_ipv6_disable(struct net *net) in nf_defrag_ipv6_disable()
Dip6table_mangle.c76 static int ip6table_mangle_table_init(struct net *net) in ip6table_mangle_table_init()
89 static void __net_exit ip6table_mangle_net_pre_exit(struct net *net) in ip6table_mangle_net_pre_exit()
94 static void __net_exit ip6table_mangle_net_exit(struct net *net) in ip6table_mangle_net_exit()
/Linux-v6.6/fs/nfs/
Ddns_resolve.c20 ssize_t nfs_dns_resolve_name(struct net *net, char *name, size_t namelen, in nfs_dns_resolve_name()
342 ssize_t nfs_dns_resolve_name(struct net *net, char *name, in nfs_dns_resolve_name()
382 int nfs_dns_resolver_cache_init(struct net *net) in nfs_dns_resolver_cache_init()
401 void nfs_dns_resolver_cache_destroy(struct net *net) in nfs_dns_resolver_cache_destroy()
409 static int nfs4_dns_net_init(struct net *net) in nfs4_dns_net_init()
414 static void nfs4_dns_net_exit(struct net *net) in nfs4_dns_net_exit()
428 struct net *net = sb->s_fs_info; in rpc_pipefs_event() local
/Linux-v6.6/net/mctp/
Daf_mctp.c283 static void __mctp_key_remove(struct mctp_sk_key *key, struct net *net, in __mctp_key_remove()
355 struct net *net = sock_net(&msk->sk); in mctp_ioctl_alloctag() local
397 struct net *net = sock_net(&msk->sk); in mctp_ioctl_droptag() local
497 struct net *net = sock_net(&msk->sk); in mctp_sk_expire_keys() local
551 struct net *net = sock_net(sk); in mctp_sk_hash() local
563 struct net *net = sock_net(sk); in mctp_sk_unhash() local
604 static int mctp_pf_create(struct net *net, struct socket *sock, in mctp_pf_create()
/Linux-v6.6/net/ipv6/
Dip6_tunnel.c114 ip6_tnl_lookup(struct net *net, int link, in ip6_tnl_lookup()
256 struct net *net = dev_net(dev); in ip6_tnl_create2() local
286 static struct ip6_tnl *ip6_tnl_create(struct net *net, struct __ip6_tnl_parm *p) in ip6_tnl_create()
338 static struct ip6_tnl *ip6_tnl_locate(struct net *net, in ip6_tnl_locate()
376 struct net *net = t->net; in ip6_tnl_dev_uninit() local
467 struct net *net = dev_net(skb->dev); in ip6_tnl_err() local
769 struct net *net = t->net; in ip6_tnl_rcv_ctl() local
1016 struct net *net = t->net; in ip6_tnl_xmit_ctl() local
1073 struct net *net = t->net; in ip6_tnl_xmit() local
1537 struct net *net = t->net; in ip6_tnl_update() local
[all …]
Dnetfilter.c23 int ip6_route_me_harder(struct net *net, struct sock *sk_partial, struct sk_buff *skb) in ip6_route_me_harder()
99 int __nf_ip6_route(struct net *net, struct dst_entry **dst, in __nf_ip6_route()
122 int br_ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in br_ip6_fragment()
124 int (*output)(struct net *, struct sock *sk, in br_ip6_fragment()
Dxfrm6_output.c43 static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output_finish()
61 static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output()
106 int xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm6_output()
/Linux-v6.6/net/ipv4/
Draw.c119 bool raw_v4_match(struct net *net, const struct sock *sk, unsigned short num, in raw_v4_match()
163 static int raw_v4_input(struct net *net, struct sk_buff *skb, in raw_v4_input()
195 struct net *net = dev_net(skb->dev); in raw_local_deliver() local
267 struct net *net = dev_net(skb->dev); in raw_icmp_error() local
325 struct net *net = sock_net(sk); in raw_send_hdrinc() local
477 struct net *net = sock_net(sk); in raw_sendmsg() local
692 struct net *net = sock_net(sk); in raw_bind() local
1057 static __net_init int raw_init_net(struct net *net) in raw_init_net()
1066 static __net_exit void raw_exit_net(struct net *net) in raw_exit_net()
1088 static void raw_sysctl_init_net(struct net *net) in raw_sysctl_init_net()
[all …]
Dtcp_metrics.c169 struct net *net; in tcpm_new() local
233 struct net *net, unsigned int hash) in __tcp_get_metrics()
255 struct net *net; in __tcp_get_metrics_req() local
298 struct net *net; in tcp_get_metrics() local
345 struct net *net = sock_net(sk); in tcp_update_metrics() local
468 struct net *net = sock_net(sk); in tcp_init_metrics() local
766 struct net *net = sock_net(skb->sk); in tcp_metrics_nl_dump() local
844 struct net *net = genl_info_net(info); in tcp_metrics_nl_cmd_get() local
894 static void tcp_metrics_flush_all(struct net *net) in tcp_metrics_flush_all()
928 struct net *net = genl_info_net(info); in tcp_metrics_nl_cmd_del() local
Dipcomp.c24 struct net *net = dev_net(skb->dev); in ipcomp4_err() local
59 struct net *net = xs_net(x); in ipcomp_tunnel_create() local
98 struct net *net = xs_net(x); in ipcomp_tunnel_attach() local
Dudp_tunnel_core.c10 int udp_sock_create4(struct net *net, struct udp_port_cfg *cfg, in udp_sock_create4()
60 void setup_udp_tunnel_sock(struct net *net, struct socket *sock, in setup_udp_tunnel_sock()
117 struct net *net = sock_net(sk); in udp_tunnel_notify_add_rx_port() local
137 struct net *net = sock_net(sk); in udp_tunnel_notify_del_rx_port() local
/Linux-v6.6/net/sunrpc/
Drpcb_clnt.c164 static int rpcb_get_local(struct net *net) in rpcb_get_local()
178 void rpcb_put_local(struct net *net) in rpcb_put_local()
206 static void rpcb_set_local(struct net *net, struct rpc_clnt *clnt, in rpcb_set_local()
228 static int rpcb_create_af_local(struct net *net, in rpcb_create_af_local()
274 static int rpcb_create_local_abstract(struct net *net) in rpcb_create_local_abstract()
284 static int rpcb_create_local_unix(struct net *net) in rpcb_create_local_unix()
298 static int rpcb_create_local_net(struct net *net) in rpcb_create_local_net()
345 int rpcb_create_local(struct net *net) in rpcb_create_local()
366 static struct rpc_clnt *rpcb_create(struct net *net, const char *nodename, in rpcb_create()
454 int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short port) in rpcb_register()
[all …]
Daddr.c161 static int rpc_parse_scope_id(struct net *net, const char *buf, in rpc_parse_scope_id()
199 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
222 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
244 size_t rpc_pton(struct net *net, const char *buf, const size_t buflen, in rpc_pton()
310 size_t rpc_uaddr2sockaddr(struct net *net, const char *uaddr, in rpc_uaddr2sockaddr()
/Linux-v6.6/net/sunrpc/auth_gss/
Dsvcauth_gss.c1314 struct net *net = SVC_NET(rqstp); in svcauth_gss_proxy_init() local
1368 static int set_gss_proxy(struct net *net, int type) in set_gss_proxy()
1380 static bool use_gss_proxy(struct net *net) in use_gss_proxy()
1420 struct net *net = pde_data(file_inode(file)); in write_gssp() local
1448 struct net *net = pde_data(file_inode(file)); in read_gssp() local
1473 static int create_use_gss_proxy_proc_entry(struct net *net) in create_use_gss_proxy_proc_entry()
1488 static void destroy_use_gss_proxy_proc_entry(struct net *net) in destroy_use_gss_proxy_proc_entry()
1528 static int create_krb5_enctypes_proc_entry(struct net *net) in create_krb5_enctypes_proc_entry()
1539 static void destroy_krb5_enctypes_proc_entry(struct net *net) in destroy_krb5_enctypes_proc_entry()
1549 static int create_use_gss_proxy_proc_entry(struct net *net) in create_use_gss_proxy_proc_entry()
[all …]
/Linux-v6.6/include/net/
Dinet6_hashtables.h85 static inline struct sock *__inet6_lookup(struct net *net, in __inet6_lookup()
107 struct sock *inet6_steal_sock(struct net *net, struct sk_buff *skb, int doff, in inet6_steal_sock()
153 struct net *net = dev_net(skb_dst(skb)->dev); in __inet6_lookup_skb() local
178 static inline bool inet6_match(struct net *net, const struct sock *sk, in inet6_match()
/Linux-v6.6/drivers/net/hyperv/
Dnetvsc_drv.c61 static void netvsc_change_rx_flags(struct net_device *net, int change) in netvsc_change_rx_flags()
81 static void netvsc_set_rx_mode(struct net_device *net) in netvsc_set_rx_mode()
109 static int netvsc_open(struct net_device *net) in netvsc_open()
195 static int netvsc_close(struct net_device *net) in netvsc_close()
445 static int netvsc_vf_xmit(struct net_device *net, struct net_device *vf_netdev, in netvsc_vf_xmit()
471 static int netvsc_xmit(struct sk_buff *skb, struct net_device *net, bool xdp_tx) in netvsc_xmit()
692 void netvsc_linkstatus_callback(struct net_device *net, in netvsc_linkstatus_callback()
781 static struct sk_buff *netvsc_alloc_recv_skb(struct net_device *net, in netvsc_alloc_recv_skb()
870 int netvsc_recv_callback(struct net_device *net, in netvsc_recv_callback()
935 static void netvsc_get_drvinfo(struct net_device *net, in netvsc_get_drvinfo()
[all …]
/Linux-v6.6/net/tipc/
Dbcast.h112 static inline void tipc_bcast_lock(struct net *net) in tipc_bcast_lock()
117 static inline void tipc_bcast_unlock(struct net *net) in tipc_bcast_unlock()
122 static inline struct tipc_link *tipc_bc_sndlink(struct net *net) in tipc_bc_sndlink()
Dsocket.c461 static int tipc_sk_create(struct net *net, struct socket *sock, in tipc_sk_create()
555 struct net *net = sock_net(sk); in __tipc_shutdown() local
850 struct net *net = sock_net(sk); in tipc_sendmcast() local
907 static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk, in tipc_send_group_msg()
965 struct net *net = sock_net(sk); in tipc_send_group_unicast() local
1013 struct net *net = sock_net(sk); in tipc_send_group_anycast() local
1089 struct net *net = sock_net(sk); in tipc_send_group_bcast() local
1166 struct net *net = sock_net(sk); in tipc_send_group_mcast() local
1195 void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq, in tipc_sk_mcast_rcv()
1279 struct net *net = sock_net(&tsk->sk); in tipc_sk_push_backlog() local
[all …]
/Linux-v6.6/drivers/net/usb/
Dipheth.c96 struct net_device *net; member
386 struct net_device *net = dev->net; in ipheth_get_macaddr() local
454 static int ipheth_open(struct net_device *net) in ipheth_open()
474 static int ipheth_close(struct net_device *net) in ipheth_close()
483 static netdev_tx_t ipheth_tx(struct sk_buff *skb, struct net_device *net) in ipheth_tx()
523 static void ipheth_tx_timeout(struct net_device *net, unsigned int txqueue) in ipheth_tx_timeout()
532 static u32 ipheth_ethtool_op_get_link(struct net_device *net) in ipheth_ethtool_op_get_link()
/Linux-v6.6/fs/afs/
Dvlclient.c135 struct afs_net *net = vc->cell->net; in afs_vl_get_entry_by_name_u() local
274 struct afs_net *net = vc->cell->net; in afs_vl_get_addrs_u() local
380 struct afs_call *afs_vl_get_capabilities(struct afs_net *net, in afs_vl_get_capabilities()
624 struct afs_net *net = vc->cell->net; in afs_yfsvl_get_endpoints() local
738 struct afs_net *net = vc->cell->net; in afs_yfsvl_get_cell_name() local
/Linux-v6.6/net/sctp/
Dendpointola.c45 struct net *net = sock_net(sk); in sctp_endpoint_init() local
248 struct net *net, in sctp_endpoint_is_match()
306 struct net *net = ep->base.net; in sctp_endpoint_is_peeled_off() local
332 struct net *net; in sctp_endpoint_bh_rcv() local
/Linux-v6.6/net/xfrm/
Dxfrm_interface_core.c73 static int xfrmi_build_state(struct net *net, struct nlattr *nla, in xfrmi_build_state()
154 static struct xfrm_if *xfrmi_lookup(struct net *net, struct xfrm_state *x) in xfrmi_lookup()
193 struct net *net = xs_net(xfrm_input_state(skb)); in xfrmi_decode_session() local
249 struct net *net = dev_net(dev); in xfrmi_create() local
269 static struct xfrm_if *xfrmi_locate(struct net *net, struct xfrm_if_parms *p) in xfrmi_locate()
590 struct net *net = dev_net(skb->dev); in xfrmi4_err() local
651 struct net *net = dev_net(skb->dev); in xfrmi6_err() local
714 struct net *net = xi->net; in xfrmi_update() local
827 struct net *net = dev_net(dev); in xfrmi_newlink() local
874 struct net *net = xi->net; in xfrmi_changelink() local
[all …]
/Linux-v6.6/net/ipv4/netfilter/
Diptable_mangle.c83 static int iptable_mangle_table_init(struct net *net) in iptable_mangle_table_init()
96 static void __net_exit iptable_mangle_net_pre_exit(struct net *net) in iptable_mangle_net_pre_exit()
101 static void __net_exit iptable_mangle_net_exit(struct net *net) in iptable_mangle_net_exit()
/Linux-v6.6/net/core/
Ddev_ioctl.c27 static int dev_ifname(struct net *net, struct ifreq *ifr) in dev_ifname()
38 int dev_ifconf(struct net *net, struct ifconf __user *uifc) in dev_ifconf()
138 static int dev_ifsioc_locked(struct net *net, struct ifreq *ifr, unsigned int cmd) in dev_ifsioc_locked()
514 static int dev_ifsioc(struct net *net, struct ifreq *ifr, void __user *data, in dev_ifsioc()
635 void dev_load(struct net *net, const char *name) in dev_load()
671 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, in dev_ioctl()
Drtnetlink.c455 static void __rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops) in __rtnl_kill_links()
477 struct net *net; in __rtnl_link_unregister() local
491 struct net *net; in rtnl_lock_unregistering_all() local
751 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send()
758 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast()
766 void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid, u32 group, in rtnl_notify()
775 void rtnl_set_sk_err(struct net *net, u32 group, int error) in rtnl_set_sk_err()
2107 struct net *net; in rtnl_get_net_ns_capable() local
2172 struct net *net = sock_net(skb->sk); in rtnl_dump_ifinfo() local
2294 struct net *net; in rtnl_link_get_net() local
[all …]

12345678910>>...35