Home
last modified time | relevance | path

Searched defs:net (Results 26 – 50 of 967) sorted by relevance

12345678910>>...39

/OK3568_Linux_fs/kernel/include/net/
H A Dl3mdev.h76 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index()
121 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index()
143 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master()
232 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index()
238 int l3mdev_master_upper_ifindex_by_index_rcu(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index_rcu()
243 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index()
262 static inline u32 l3mdev_fib_table_by_index(struct net *net, int ifindex) in l3mdev_fib_table_by_index()
267 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master()
273 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup()
316 int l3mdev_ifindex_lookup_by_table_id(enum l3mdev_type l3type, struct net *net, in l3mdev_ifindex_lookup_by_table_id()
[all …]
H A Dip.h285 #define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field) argument
286 #define __IP_INC_STATS(net, field) __SNMP_INC_STATS64((net)->mib.ip_statistics, field) argument
287 #define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument
288 #define __IP_ADD_STATS(net, field, val) __SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument
289 #define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val) argument
290 #define __IP_UPD_PO_STATS(net, field, val) __SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, v… argument
291 #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_statistics, field) argument
292 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field) argument
293 #define NET_ADD_STATS(net, field, adnd) SNMP_ADD_STATS((net)->mib.net_statistics, field, adnd) argument
294 #define __NET_ADD_STATS(net, field, adnd) __SNMP_ADD_STATS((net)->mib.net_statistics, field, adnd) argument
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c39 static int call_nexthop_notifiers(struct net *net, in call_nexthop_notifiers()
59 static void nexthop_devhash_add(struct net *net, struct nh_info *nhi) in nexthop_devhash_add()
145 static void nh_base_seq_inc(struct net *net) in nh_base_seq_inc()
152 struct nexthop *nexthop_find_by_id(struct net *net, u32 id) in nexthop_find_by_id()
178 static u32 nh_find_unused_id(struct net *net) in nh_find_unused_id()
437 static int nh_check_attr_group(struct net *net, struct nlattr *tb[], in nh_check_attr_group()
780 static void remove_nh_grp_entry(struct net *net, struct nh_grp_entry *nhge, in remove_nh_grp_entry()
839 static void remove_nexthop_from_groups(struct net *net, struct nexthop *nh, in remove_nexthop_from_groups()
867 static void __remove_nexthop_fib(struct net *net, struct nexthop *nh) in __remove_nexthop_fib()
889 static void __remove_nexthop(struct net *net, struct nexthop *nh, in __remove_nexthop()
[all …]
H A Dip_fragment.c85 struct net *net = q->fqdir->net; in ip4_frag_init() local
138 struct net *net; in ip_expire() local
204 static struct ipq *ip_find(struct net *net, struct iphdr *iph, in ip_find()
275 struct net *net = qp->q.fqdir->net; in ip_frag_queue() local
406 struct net *net = qp->q.fqdir->net; in ip_frag_reasm() local
475 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_defrag()
504 struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_check_defrag()
591 static int __net_init ip4_frags_ns_ctl_register(struct net *net) in ip4_frags_ns_ctl_register()
624 static void __net_exit ip4_frags_ns_ctl_unregister(struct net *net) in ip4_frags_ns_ctl_unregister()
638 static int ip4_frags_ns_ctl_register(struct net *net) in ip4_frags_ns_ctl_register()
[all …]
H A Dxfrm4_policy.c20 static struct dst_entry *__xfrm4_dst_lookup(struct net *net, struct flowi4 *fl4, in __xfrm4_dst_lookup()
45 static struct dst_entry *xfrm4_dst_lookup(struct net *net, int tos, int oif, in xfrm4_dst_lookup()
55 static int xfrm4_get_saddr(struct net *net, int oif, in xfrm4_get_saddr()
171 static __net_init int xfrm4_net_sysctl_init(struct net *net) in xfrm4_net_sysctl_init()
199 static __net_exit void xfrm4_net_sysctl_exit(struct net *net) in xfrm4_net_sysctl_exit()
212 static inline int xfrm4_net_sysctl_init(struct net *net) in xfrm4_net_sysctl_init()
217 static inline void xfrm4_net_sysctl_exit(struct net *net) in xfrm4_net_sysctl_exit()
222 static int __net_init xfrm4_net_init(struct net *net) in xfrm4_net_init()
239 static void __net_exit xfrm4_net_exit(struct net *net) in xfrm4_net_exit()
H A Dproc.c53 struct net *net = seq->private; in sockstat_seq_show() local
324 struct net *net = seq->private; in icmpmsg_put() local
346 struct net *net = seq->private; in icmp_put() local
375 struct net *net = seq->private; in snmp_seq_show_ipstats() local
402 struct net *net = seq->private; in snmp_seq_show_tcp_udp() local
467 struct net *net = seq->private; in netstat_seq_show() local
495 static __net_init int ip_proc_init_net(struct net *net) in ip_proc_init_net()
517 static __net_exit void ip_proc_exit_net(struct net *net) in ip_proc_exit_net()
H A Dfib_notifier.c20 int call_fib4_notifiers(struct net *net, enum fib_event_type event_type, in call_fib4_notifiers()
30 static unsigned int fib4_seq_read(struct net *net) in fib4_seq_read()
37 static int fib4_dump(struct net *net, struct notifier_block *nb, in fib4_dump()
56 int __net_init fib4_notifier_init(struct net *net) in fib4_notifier_init()
70 void __net_exit fib4_notifier_exit(struct net *net) in fib4_notifier_exit()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dxfrm6_tunnel.c35 static inline struct xfrm6_tunnel_net *xfrm6_tunnel_pernet(struct net *net) in xfrm6_tunnel_pernet()
74 static struct xfrm6_tunnel_spi *__xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *sa… in __xfrm6_tunnel_spi_lookup()
89 __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr) in xfrm6_tunnel_spi_lookup()
102 static int __xfrm6_tunnel_spi_check(struct net *net, u32 spi) in __xfrm6_tunnel_spi_check()
117 static u32 __xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr) in __xfrm6_tunnel_alloc_spi()
163 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr) in xfrm6_tunnel_alloc_spi()
187 static void xfrm6_tunnel_free_spi(struct net *net, xfrm_address_t *saddr) in xfrm6_tunnel_free_spi()
224 struct net *net = dev_net(skb->dev); in xfrm6_tunnel_rcv() local
288 struct net *net = xs_net(x); in xfrm6_tunnel_destroy() local
315 static int __net_init xfrm6_tunnel_net_init(struct net *net) in xfrm6_tunnel_net_init()
[all …]
H A Dfib6_notifier.c18 int call_fib6_notifiers(struct net *net, enum fib_event_type event_type, in call_fib6_notifiers()
25 static unsigned int fib6_seq_read(struct net *net) in fib6_seq_read()
30 static int fib6_dump(struct net *net, struct notifier_block *nb, in fib6_dump()
49 int __net_init fib6_notifier_init(struct net *net) in fib6_notifier_init()
61 void __net_exit fib6_notifier_exit(struct net *net) in fib6_notifier_exit()
H A Dxfrm6_policy.c26 static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, int oif, in xfrm6_dst_lookup()
54 static int xfrm6_get_saddr(struct net *net, int oif, in xfrm6_get_saddr()
198 static int __net_init xfrm6_net_sysctl_init(struct net *net) in xfrm6_net_sysctl_init()
226 static void __net_exit xfrm6_net_sysctl_exit(struct net *net) in xfrm6_net_sysctl_exit()
239 static inline int xfrm6_net_sysctl_init(struct net *net) in xfrm6_net_sysctl_init()
244 static inline void xfrm6_net_sysctl_exit(struct net *net) in xfrm6_net_sysctl_exit()
249 static int __net_init xfrm6_net_init(struct net *net) in xfrm6_net_init()
266 static void __net_exit xfrm6_net_exit(struct net *net) in xfrm6_net_exit()
H A Daddrconf_core.c132 static struct dst_entry *eafnosupport_ipv6_dst_lookup_flow(struct net *net, in eafnosupport_ipv6_dst_lookup_flow()
145 static struct fib6_table *eafnosupport_fib6_get_table(struct net *net, u32 id) in eafnosupport_fib6_get_table()
151 eafnosupport_fib6_table_lookup(struct net *net, struct fib6_table *table, in eafnosupport_fib6_table_lookup()
159 eafnosupport_fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in eafnosupport_fib6_lookup()
166 eafnosupport_fib6_select_path(const struct net *net, struct fib6_result *res, in eafnosupport_fib6_select_path()
180 static int eafnosupport_fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, in eafnosupport_fib6_nh_init()
188 static int eafnosupport_ip6_del_rt(struct net *net, struct fib6_info *rt, in eafnosupport_ip6_del_rt()
194 static int eafnosupport_ipv6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in eafnosupport_ipv6_fragment()
195 int (*output)(struct net *, struct sock *, struct sk_buff *)) in eafnosupport_ipv6_fragment()
H A Dfib6_rules.c51 int fib6_rules_dump(struct net *net, struct notifier_block *nb, in fib6_rules_dump()
57 unsigned int fib6_rules_seq_read(struct net *net) in fib6_rules_seq_read()
63 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in fib6_lookup()
91 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6, in fib6_rule_lookup()
132 static int fib6_rule_saddr(struct net *net, struct fib_rule *rule, int flags, in fib6_rule_saddr()
162 struct net *net = rule->fr_net; in fib6_rule_action_alt() local
202 struct net *net = rule->fr_net; in __fib6_rule_action() local
353 struct net *net = sock_net(skb->sk); in fib6_rule_configure() local
389 struct net *net = rule->fr_net; in fib6_rule_delete() local
467 static int __net_init fib6_rules_net_init(struct net *net) in fib6_rules_net_init()
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Daddr.h46 static inline u32 tipc_own_addr(struct net *net) in tipc_own_addr()
51 static inline u8 *tipc_own_id(struct net *net) in tipc_own_id()
60 static inline char *tipc_own_id_string(struct net *net) in tipc_own_id_string()
75 static inline int tipc_scope2node(struct net *net, int sc) in tipc_scope2node()
80 static inline int in_own_node(struct net *net, u32 addr) in in_own_node()
H A Dname_distr.c68 static struct sk_buff *named_prepare_buf(struct net *net, u32 type, u32 size, in named_prepare_buf()
87 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ) in tipc_named_publish()
115 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ) in tipc_named_withdraw()
145 static void named_distribute(struct net *net, struct sk_buff_head *list, in named_distribute()
198 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities) in tipc_named_node_up()
224 static void tipc_publ_purge(struct net *net, struct publication *publ, u32 addr) in tipc_publ_purge()
250 static void tipc_dist_queue_purge(struct net *net, u32 addr) in tipc_dist_queue_purge()
265 void tipc_publ_notify(struct net *net, struct list_head *nsub_list, in tipc_publ_notify()
289 static bool tipc_update_nametbl(struct net *net, struct distr_item *i, in tipc_update_nametbl()
370 void tipc_named_rcv(struct net *net, struct sk_buff_head *namedq, in tipc_named_rcv()
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_cttimeout.c48 struct net *net, const struct nlattr *attr) in ctnl_timeout_parse_policy()
74 static int cttimeout_new_timeout(struct net *net, struct sock *ctnl, in cttimeout_new_timeout()
204 struct net *net = sock_net(skb->sk); in ctnl_timeout_dump() local
236 static int cttimeout_get_timeout(struct net *net, struct sock *ctnl, in cttimeout_get_timeout()
289 static int ctnl_timeout_try_del(struct net *net, struct ctnl_timeout *timeout) in ctnl_timeout_try_del()
307 static int cttimeout_del_timeout(struct net *net, struct sock *ctnl, in cttimeout_del_timeout()
339 static int cttimeout_default_set(struct net *net, struct sock *ctnl, in cttimeout_default_set()
374 cttimeout_default_fill_info(struct net *net, struct sk_buff *skb, u32 portid, in cttimeout_default_fill_info()
413 static int cttimeout_default_get(struct net *net, struct sock *ctnl, in cttimeout_default_get()
503 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get()
[all …]
H A Dnf_conntrack_ecache.c137 struct net *net = nf_ct_net(ct); in nf_conntrack_eventmask_report() local
193 struct net *net = nf_ct_net(ct); in nf_ct_deliver_cached_events() local
248 struct net *net = nf_ct_exp_net(exp); in nf_ct_expect_event_report() local
273 int nf_conntrack_register_notifier(struct net *net, in nf_conntrack_register_notifier()
295 void nf_conntrack_unregister_notifier(struct net *net, in nf_conntrack_unregister_notifier()
310 int nf_ct_expect_register_notifier(struct net *net, in nf_ct_expect_register_notifier()
332 void nf_ct_expect_unregister_notifier(struct net *net, in nf_ct_expect_unregister_notifier()
356 void nf_conntrack_ecache_pernet_init(struct net *net) in nf_conntrack_ecache_pernet_init()
362 void nf_conntrack_ecache_pernet_fini(struct net *net) in nf_conntrack_ecache_pernet_fini()
H A Dnf_conntrack_standalone.c299 struct net *net = seq_file_net(s); in ct_seq_show() local
390 struct net *net = seq_file_net(seq); in ct_cpu_seq_start() local
408 struct net *net = seq_file_net(seq); in ct_cpu_seq_next() local
427 struct net *net = seq_file_net(seq); in ct_cpu_seq_show() local
467 static int nf_conntrack_standalone_init_proc(struct net *net) in nf_conntrack_standalone_init_proc()
495 static void nf_conntrack_standalone_fini_proc(struct net *net) in nf_conntrack_standalone_fini_proc()
501 static int nf_conntrack_standalone_init_proc(struct net *net) in nf_conntrack_standalone_init_proc()
506 static void nf_conntrack_standalone_fini_proc(struct net *net) in nf_conntrack_standalone_fini_proc()
943 static void nf_conntrack_standalone_init_tcp_sysctl(struct net *net, in nf_conntrack_standalone_init_tcp_sysctl()
972 static void nf_conntrack_standalone_init_sctp_sysctl(struct net *net, in nf_conntrack_standalone_init_sctp_sysctl()
[all …]
H A Dnf_conntrack_proto_gre.c53 static inline struct nf_gre_net *gre_pernet(struct net *net) in gre_pernet()
58 void nf_ct_gre_keymap_flush(struct net *net) in nf_ct_gre_keymap_flush()
82 static __be16 gre_keymap_lookup(struct net *net, struct nf_conntrack_tuple *t) in gre_keymap_lookup()
105 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_add() local
165 struct net *net, struct nf_conntrack_tuple *tuple) in gre_pkt_to_tuple()
209 static unsigned int *gre_get_timeouts(struct net *net) in gre_get_timeouts()
254 struct net *net, void *data) in gre_timeout_nlattr_to_obj()
299 void nf_conntrack_gre_init_net(struct net *net) in nf_conntrack_gre_init_net()
/OK3568_Linux_fs/kernel/net/can/
H A Dproc.c79 static void can_init_stats(struct net *net) in can_init_stats()
121 struct net *net = from_timer(net, t, can.stattimer); in can_stat_update() local
214 struct net *net = m->private; in can_stats_proc_show() local
276 struct net *net = m->private; in can_reset_stats_proc_show() local
313 struct net *net = m->private; in can_rcvlist_proc_show() local
367 struct net *net = m->private; in can_rcvlist_sff_proc_show() local
400 struct net *net = m->private; in can_rcvlist_eff_proc_show() local
432 void can_init_proc(struct net *net) in can_init_proc()
470 void can_remove_proc(struct net *net) in can_remove_proc()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfssvc.c280 int nfsd_nrthreads(struct net *net) in nfsd_nrthreads()
292 static int nfsd_init_socks(struct net *net, const struct cred *cred) in nfsd_init_socks()
381 static int nfsd_startup_net(int nrservs, struct net *net, const struct cred *cred) in nfsd_startup_net()
425 static void nfsd_shutdown_net(struct net *net) in nfsd_shutdown_net()
444 struct net *net = dev_net(dev); in nfsd_inetaddr_event() local
475 struct net *net = dev_net(dev); in nfsd_inet6addr_event() local
505 static void nfsd_last_thread(struct svc_serv *serv, struct net *net) in nfsd_last_thread()
608 int nfsd_create_serv(struct net *net) in nfsd_create_serv()
646 int nfsd_nrpools(struct net *net) in nfsd_nrpools()
656 int nfsd_get_nrthreads(int n, int *nthreads, struct net *net) in nfsd_get_nrthreads()
[all …]
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c119 possible_net_t net; member
259 struct dst_entry *__xfrm_dst_lookup(struct net *net, int tos, int oif, in __xfrm_dst_lookup()
285 struct net *net = xs_net(x); in xfrm_dst_lookup() local
393 struct xfrm_policy *xfrm_policy_alloc(struct net *net, gfp_t gfp) in xfrm_policy_alloc()
461 static inline unsigned int idx_hash(struct net *net, u32 index) in idx_hash()
467 static void __get_hash_thresh(struct net *net, in __get_hash_thresh()
488 static struct hlist_head *policy_hash_bysel(struct net *net, in policy_hash_bysel()
507 static struct hlist_head *policy_hash_direct(struct net *net, in policy_hash_direct()
524 static void xfrm_dst_hash_transfer(struct net *net, in xfrm_dst_hash_transfer()
581 static void xfrm_bydst_resize(struct net *net, int dir) in xfrm_bydst_resize()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h74 struct net *net; member
146 struct net *net, in nf_hook_state_init()
147 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook_state_init()
208 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
211 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook()
284 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
286 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND()
298 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
300 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK()
309 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST()
[all …]
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_pnet.c100 static int smc_pnet_remove_by_pnetid(struct net *net, char *pnet_name) in smc_pnet_remove_by_pnetid()
186 struct net *net = dev_net(ndev); in smc_pnet_add_by_ndev() local
218 struct net *net = dev_net(ndev); in smc_pnet_remove_by_ndev() local
342 static int smc_pnet_add_eth(struct smc_pnettable *pnettable, struct net *net, in smc_pnet_add_eth()
469 static int smc_pnet_enter(struct net *net, struct nlattr *tb[]) in smc_pnet_enter()
554 struct net *net = genl_info_net(info); in smc_pnet_add() local
561 struct net *net = genl_info_net(info); in smc_pnet_del() local
593 static int _smc_pnet_dump(struct net *net, struct sk_buff *skb, u32 portid, in _smc_pnet_dump()
627 struct net *net = sock_net(skb->sk); in smc_pnet_dump() local
640 struct net *net = genl_info_net(info); in smc_pnet_get() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c231 static int tbnet_login_response(struct tbnet *net, u64 route, u8 sequence, in tbnet_login_response()
248 static int tbnet_login_request(struct tbnet *net, u8 sequence) in tbnet_login_request()
268 static int tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence, in tbnet_logout_response()
282 static int tbnet_logout_request(struct tbnet *net) in tbnet_logout_request()
299 static void start_login(struct tbnet *net) in start_login()
310 static void stop_login(struct tbnet *net) in stop_login()
357 static void tbnet_tear_down(struct tbnet *net, bool send_logout) in tbnet_tear_down()
394 struct tbnet *net = data; in tbnet_handle_packet() local
466 static int tbnet_alloc_rx_buffers(struct tbnet *net, unsigned int nbuffers) in tbnet_alloc_rx_buffers()
512 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net) in tbnet_get_tx_buffer()
[all …]
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c76 static int nf_ct_frag6_sysctl_register(struct net *net) in nf_ct_frag6_sysctl_register()
110 static void __net_exit nf_ct_frags6_sysctl_unregister(struct net *net) in nf_ct_frags6_sysctl_unregister()
121 static int nf_ct_frag6_sysctl_register(struct net *net) in nf_ct_frag6_sysctl_register()
125 static void __net_exit nf_ct_frags6_sysctl_unregister(struct net *net) in nf_ct_frags6_sysctl_unregister()
149 static struct frag_queue *fq_find(struct net *net, __be32 id, u32 user, in fq_find()
440 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user) in nf_ct_frag6_gather()
496 static int nf_ct_net_init(struct net *net) in nf_ct_net_init()
514 static void nf_ct_net_pre_exit(struct net *net) in nf_ct_net_pre_exit()
519 static void nf_ct_net_exit(struct net *net) in nf_ct_net_exit()

12345678910>>...39