instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/net/net_shaper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _NET_SHAPER_H_ #define _NET_SHAPER_H_ #include <linux/types.h> #include <uapi/linux/net_shaper.h> struct net_device; struct devlink; struct netlink_ext_ack; enum net_shaper_binding_type { NET_SHAPER_BINDING_TYPE_NETDEV, /* NET_SHAPER_BINDING_TYPE_DEVLI...
Linux işletim sistemi çekirdeği için 'include/net/psample' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_PSAMPLE_H #define __NET_PSAMPLE_H #include <uapi/linux/psample.h> #include <linux/list.h> struct psample_group { struct list_head list; struct net *net; u32 group_num; u32 refcount; u32 seq; struct rcu_head rcu; }; struct psample_metadata { u32 trunc_s...
Linux işletim sistemi çekirdeği için 'include/net/pfcp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PFCP_H_ #define _PFCP_H_ #include <uapi/linux/if_ether.h> #include <net/dst_metadata.h> #include <linux/netdevice.h> #include <uapi/linux/ipv6.h> #include <net/udp_tunnel.h> #include <uapi/linux/udp.h> #include <uapi/linux/ip.h> #include <linux/string.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/net/compat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef NET_COMPAT_H #define NET_COMPAT_H struct sock; #include <linux/compat.h> struct compat_msghdr { compat_uptr_t msg_name; /* void * */ compat_int_t msg_namelen; compat_uptr_t msg_iov; /* struct compat_iovec * */ compat_size_t msg_iovlen; compat_uptr_t msg_contr...
Linux işletim sistemi çekirdeği için 'include/net/genetlink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_GENERIC_NETLINK_H #define __NET_GENERIC_NETLINK_H #include <linux/net.h> #include <net/netlink.h> #include <net/net_namespace.h> #include <uapi/linux/genetlink.h> #define GENLMSG_DEFAULT_SIZE (NLMSG_DEFAULT_SIZE - GENL_HDRLEN) /* Non-parallel generic netlink ...
Linux işletim sistemi çekirdeği için 'include/net/xdp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* include/net/xdp.h * * Copyright (c) 2017 Jesper Dangaard Brouer, Red Hat Inc. */ #ifndef __LINUX_NET_XDP_H__ #define __LINUX_NET_XDP_H__ #include <linux/bitfield.h> #include <linux/filter.h> #include <linux/netdevice.h> #include <linux/skbuff.h> /* skb_shared_info...
Linux işletim sistemi çekirdeği için 'include/net/ipconfig' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1997 Martin Mares * * Automatic IP Layer Configuration */ /* The following are initdata: */ #include <linux/types.h> extern int ic_proto_enabled; /* Protocols enabled (see IC_xxx) */ extern int ic_set_manually; /* IPconfig parameters set manually *...
Linux işletim sistemi çekirdeği için 'include/net/protocol' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the protocol dispatcher. * * Version: @...
Linux işletim sistemi çekirdeği için 'include/net/llc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef LLC_H #define LLC_H /* * Copyright (c) 1997 by Procom Technology, Inc. * 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program can be redistributed or modified under the terms of the * GNU General Public License as published by the Free Software Foundation. * This program ...
Linux işletim sistemi çekirdeği için 'include/net/tipc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * include/net/tipc.h: Include file for TIPC message header routines * * Copyright (c) 2017 Ericsson AB * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of so...
Linux işletim sistemi çekirdeği için 'include/net/icmp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the ICMP module. * * Version: @(#)icmp....
Linux işletim sistemi çekirdeği için 'include/net/sch_priv' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_SCHED_PRIV_H #define __NET_SCHED_PRIV_H #include <net/sch_generic.h> struct mq_sched { struct Qdisc **qdiscs; }; int mq_init_common(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack, const struct Qdisc_ops *qdisc_ops); void mq_...
Linux işletim sistemi çekirdeği için 'include/net/llc_s_ev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef LLC_S_EV_H #define LLC_S_EV_H /* * Copyright (c) 1997 by Procom Technology,Inc. * 2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program can be redistributed or modified under the terms of the * GNU General Public License as published by the Free Software Foundation. * This prog...
Linux işletim sistemi çekirdeği için 'include/net/ax25' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _AX25_H #define _AX25_H #include <linux/ax25.h> #define AX25_ADDR_LEN 7 #define AX25_P_IP 0xCC #endif ```
Linux işletim sistemi çekirdeği için 'include/net/sock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the AF_INET socket handler. * * Version...
Linux işletim sistemi çekirdeği için 'include/net/netkit' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2023 Isovalent */ #ifndef __NET_NETKIT_H #define __NET_NETKIT_H #include <linux/bpf.h> #ifdef CONFIG_NETKIT int netkit_prog_attach(const union bpf_attr *attr, struct bpf_prog *prog); int netkit_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);...
Linux işletim sistemi çekirdeği için 'include/net/ip6_fib' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> */ #ifndef _IP6_FIB_H #define _IP6_FIB_H #include <linux/ipv6_route.h> #include <linux/rtnetlink.h> #include <linux/spinlock.h> #include <linux/notifier.h> #include <net/dst.h> #...
Linux işletim sistemi çekirdeği için 'include/net/mac802154' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * IEEE802.15.4-2003 specification * * Copyright (C) 2007-2012 Siemens AG */ #ifndef NET_MAC802154_H #define NET_MAC802154_H #include <linux/unaligned.h> #include <net/af_ieee802154.h> #include <linux/ieee802154.h> #include <linux/skbuff.h> #include <net/cfg80215...
Linux işletim sistemi çekirdeği için 'include/net/sock_reuseport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SOCK_REUSEPORT_H #define _SOCK_REUSEPORT_H #include <linux/filter.h> #include <linux/skbuff.h> #include <linux/types.h> #include <linux/spinlock.h> #include <net/sock.h> extern spinlock_t reuseport_lock; struct sock_reuseport { struct rcu_head rcu; u16 max_s...
Linux işletim sistemi çekirdeği için 'include/net/smc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Shared Memory Communications over RDMA (SMC-R) and RoCE * * Definitions for the SMC module (socket related) * * Copyright IBM Corp. 2016 * * Author(s): Ursula Braun <ubraun@linux.vnet.ibm.com> */ #ifndef _SMC_H #define _SMC_H #include <linux/device.h> #incl...
Linux işletim sistemi çekirdeği için 'include/net/aligned_data' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _NET_ALIGNED_DATA_H #define _NET_ALIGNED_DATA_H #include <linux/atomic.h> #include <linux/types.h> /* Structure holding cacheline aligned fields on SMP builds. * Each field or group should have an ____cacheline_aligned_in_smp * attribute to ensure no acci...
Linux işletim sistemi çekirdeği için 'include/net/seg6' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SR-IPv6 implementation * * Author: * David Lebrun <david.lebrun@uclouvain.be> */ #ifndef _NET_SEG6_H #define _NET_SEG6_H #include <linux/net.h> #include <linux/ipv6.h> #include <linux/seg6.h> #include <linux/rhashtable-types.h> static inline void upda...
Linux işletim sistemi çekirdeği için 'include/net/fq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016 Qualcomm Atheros, Inc * * Based on net/sched/sch_fq_codel.c */ #ifndef __NET_SCHED_FQ_H #define __NET_SCHED_FQ_H #include <linux/skbuff.h> #include <linux/spinlock.h> #include <linux/types.h> struct fq_tin; /** * struct fq_flow - per traff...
Linux işletim sistemi çekirdeği için 'include/net/failover' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018, Intel Corporation. */ #ifndef _FAILOVER_H #define _FAILOVER_H #include <linux/netdevice.h> struct failover_ops { int (*slave_pre_register)(struct net_device *slave_dev, struct net_device *failover_dev); int (*slave_register)(struct net_device...
Linux işletim sistemi çekirdeği için 'include/net/af_rxrpc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* RxRPC kernel service interface definitions * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _NET_RXRPC_H #define _NET_RXRPC_H #include <linux/rxrpc.h> #include <linux/ktime.h> struct key; ...
Linux işletim sistemi çekirdeği için 'include/net/macsec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * MACsec netdev header, used for h/w accelerated implementations. * * Copyright (c) 2015 Sabrina Dubroca <sd@queasysnail.net> */ #ifndef _NET_MACSEC_H_ #define _NET_MACSEC_H_ #include <linux/u64_stats_sync.h> #include <linux/if_vlan.h> #include <linux/workqueue.h> #i...
Linux işletim sistemi çekirdeği için 'include/net/net_failover' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018, Intel Corporation. */ #ifndef _NET_FAILOVER_H #define _NET_FAILOVER_H #include <net/failover.h> /* failover state */ struct net_failover_info { /* primary netdev with same MAC */ struct net_device __rcu *primary_dev; /* standby netdev */ struct ...
Linux işletim sistemi çekirdeği için 'include/net/pkt_sched' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_PKT_SCHED_H #define __NET_PKT_SCHED_H #include <linux/jiffies.h> #include <linux/ktime.h> #include <linux/if_vlan.h> #include <linux/netdevice.h> #include <net/sch_generic.h> #include <net/net_namespace.h> #include <uapi/linux/pkt_sched.h> #define DEFAULT_TX_Q...
Linux işletim sistemi çekirdeği için 'include/net/garp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NET_GARP_H #define _NET_GARP_H #include <linux/if_ether.h> #include <linux/types.h> #include <net/stp.h> #define GARP_PROTOCOL_ID 0x1 #define GARP_END_MARK 0x0 struct garp_pdu_hdr { __be16 protocol; }; struct garp_msg_hdr { u8 attrtype; }; enum garp_attr_even...
Linux işletim sistemi çekirdeği için 'include/net/kcm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Kernel Connection Multiplexor * * Copyright (c) 2016 Tom Herbert <tom@herbertland.com> */ #ifndef __NET_KCM_H_ #define __NET_KCM_H_ #include <linux/skbuff.h> #include <net/sock.h> #include <net/strparser.h> #include <uapi/linux/kcm.h> extern unsigned int kcm_...
Linux işletim sistemi çekirdeği için 'include/net/seg6_hmac' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SR-IPv6 implementation * * Author: * David Lebrun <david.lebrun@uclouvain.be> */ #ifndef _NET_SEG6_HMAC_H #define _NET_SEG6_HMAC_H #include <crypto/sha1.h> #include <crypto/sha2.h> #include <net/flow.h> #include <net/ip6_fib.h> #include <net/sock.h> #i...
Linux işletim sistemi çekirdeği için 'include/net/raw' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the RAW-IP module. * * Version: @(#)raw...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_vlan' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2014 Jiri Pirko <jiri@resnulli.us> */ #ifndef __NET_TC_VLAN_H #define __NET_TC_VLAN_H #include <net/act_api.h> #include <linux/tc_act/tc_vlan.h> struct tcf_vlan_params { int action; int tcfv_action; unsigned char tcfv_p...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_ct' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CT_H #define __NET_TC_CT_H #include <net/act_api.h> #include <uapi/linux/tc_act/tc_ct.h> #if IS_ENABLED(CONFIG_NF_CONNTRACK) #include <net/netfilter/nf_nat.h> #include <net/netfilter/nf_conntrack_labels.h> struct tcf_ct_params { struct nf_conntrack_helper...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_connmark' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CONNMARK_H #define __NET_TC_CONNMARK_H #include <net/act_api.h> struct tcf_connmark_parms { struct net *net; u16 zone; int action; struct rcu_head rcu; }; struct tcf_connmark_info { struct tc_action common; struct tcf_connmark_parms __rcu *parms; }; ...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_sample' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_SAMPLE_H #define __NET_TC_SAMPLE_H #include <net/act_api.h> #include <linux/tc_act/tc_sample.h> #include <net/psample.h> struct tcf_sample { struct tc_action common; u32 rate; bool truncate; u32 trunc_size; struct psample_group __rcu *psample_group; u...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_mpls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* Copyright (C) 2019 Netronome Systems, Inc. */ #ifndef __NET_TC_MPLS_H #define __NET_TC_MPLS_H #include <linux/tc_act/tc_mpls.h> #include <net/act_api.h> struct tcf_mpls_params { int tcfm_action; u32 tcfm_label; int action; /* tcf_action */ u8 ...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_ife' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_IFE_H #define __NET_TC_IFE_H #include <net/act_api.h> #include <linux/etherdevice.h> #include <linux/rtnetlink.h> struct module; struct tcf_ife_params { u8 eth_dst[ETH_ALEN]; u8 eth_src[ETH_ALEN]; u16 eth_type; u16 flags; struct list_head metalist; s...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_csum' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CSUM_H #define __NET_TC_CSUM_H #include <linux/types.h> #include <net/act_api.h> #include <linux/tc_act/tc_csum.h> struct tcf_csum_params { u32 update_flags; int action; struct rcu_head rcu; }; struct tcf_csum { struct tc_action common; struct tcf_cs...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_ctinfo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CTINFO_H #define __NET_TC_CTINFO_H #include <net/act_api.h> struct tcf_ctinfo_params { struct rcu_head rcu; struct net *net; int action; u32 dscpmask; u32 dscpstatemask; u32 cpmarkmask; u16 zone; u8 mode; u8 dscpmaskshift; }; struct tcf_ctinfo { ...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_mirred' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_MIR_H #define __NET_TC_MIR_H #include <net/act_api.h> #include <linux/tc_act/tc_mirred.h> struct tcf_mirred { struct tc_action common; int tcfm_eaction; u32 tcfm_blockid; bool tcfm_mac_header_xmit; struct net_device __rcu *tcfm_...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_bpf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2015 Jiri Pirko <jiri@resnulli.us> */ #ifndef __NET_TC_BPF_H #define __NET_TC_BPF_H #include <linux/filter.h> #include <net/act_api.h> struct tcf_bpf { struct tc_action common; struct bpf_prog __rcu *filter; union { u32 bpf_fd; u16 bp...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_skbedit' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2008, Intel Corporation. * * Author: Alexander Duyck <alexander.h.duyck@intel.com> */ #ifndef __NET_TC_SKBEDIT_H #define __NET_TC_SKBEDIT_H #include <net/act_api.h> #include <linux/tc_act/tc_skbedit.h> struct tcf_skbedit_params { int action; u...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_gact' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_GACT_H #define __NET_TC_GACT_H #include <net/act_api.h> #include <linux/tc_act/tc_gact.h> struct tcf_gact { struct tc_action common; #ifdef CONFIG_GACT_PROB u16 tcfg_ptype; u16 tcfg_pval; int tcfg_paction; atomic_t packets; #endif }; #define to_...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_skbmod' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2016, Jamal Hadi Salim */ #ifndef __NET_TC_SKBMOD_H #define __NET_TC_SKBMOD_H #include <net/act_api.h> #include <linux/tc_act/tc_skbmod.h> struct tcf_skbmod_params { struct rcu_head rcu; u64 flags; /*up to 64 types of operations; extend if ne...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_pedit' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_PED_H #define __NET_TC_PED_H #include <net/act_api.h> #include <linux/tc_act/tc_pedit.h> #include <linux/types.h> struct tcf_pedit_key_ex { enum pedit_header_type htype; enum pedit_cmd cmd; }; struct tcf_pedit_parms { struct tc_pedit_key *tcfp_keys; st...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_tunnel_key' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2016, Amir Vadai <amir@vadai.me> * Copyright (c) 2016, Mellanox Technologies. All rights reserved. */ #ifndef __NET_TC_TUNNEL_KEY_H #define __NET_TC_TUNNEL_KEY_H #include <net/act_api.h> #include <linux/tc_act/tc_tunnel_key.h> #include <net/ds...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_defact' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_DEF_H #define __NET_TC_DEF_H #include <net/act_api.h> struct tcf_defact { struct tc_action common; u32 tcfd_datalen; void *tcfd_defdata; }; #define to_defact(a) ((struct tcf_defact *)a) #endif /* __NET_TC_DEF_H */ ```
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_nat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_NAT_H #define __NET_TC_NAT_H #include <linux/types.h> #include <net/act_api.h> struct tcf_nat_parms { int action; __be32 old_addr; __be32 new_addr; __be32 mask; u32 flags; struct rcu_head rcu; }; struct tcf_nat { struct tc_action common; struct tcf...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_police' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_POLICE_H #define __NET_TC_POLICE_H #include <net/act_api.h> struct tcf_police_params { int action; int tcfp_result; u32 tcfp_ewma_rate; u32 tcfp_mtu; s64 tcfp_burst; s64 tcfp_mtu_ptoks; s64 tcfp_pkt_burst; struct psched_ratecfg rate; ...
Linux işletim sistemi çekirdeği için 'include/net/tc_act/tc_gate' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright 2020 NXP */ #ifndef __NET_TC_GATE_H #define __NET_TC_GATE_H #include <net/act_api.h> #include <linux/tc_act/tc_gate.h> struct action_gate_entry { u8 gate_state; u32 interval; s32 ipv; s32 maxoctets; }; struct tcfg_gate_entry { int inde...
Linux işletim sistemi çekirdeği için 'include/net/mana/shm_channel' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright (c) 2021, Microsoft Corporation. */ #ifndef _SHM_CHANNEL_H #define _SHM_CHANNEL_H #define SMC_APERTURE_BITS 256 #define SMC_BASIC_UNIT (sizeof(u32)) #define SMC_APERTURE_DWORDS (SMC_APERTURE_BITS / (SMC_BASIC_UNIT * 8)) #define SMC_LAST_DWORD (S...
Linux işletim sistemi çekirdeği için 'include/net/mana/mana_auxiliary' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2022, Microsoft Corporation. */ #include "mana.h" #include <linux/auxiliary_bus.h> struct mana_adev { struct auxiliary_device adev; struct gdma_dev *mdev; }; ```
Linux işletim sistemi çekirdeği için 'include/net/mana/mana' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright (c) 2021, Microsoft Corporation. */ #ifndef _MANA_H #define _MANA_H #include <net/xdp.h> #include <net/net_shaper.h> #include "gdma.h" #include "hw_channel.h" /* Microsoft Azure Network Adapter (MANA)'s definitions * * Structures labeled wit...
Linux işletim sistemi çekirdeği için 'include/net/mana/gdma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright (c) 2021, Microsoft Corporation. */ #ifndef _GDMA_H #define _GDMA_H #include <linux/dma-mapping.h> #include <linux/netdevice.h> #include "shm_channel.h" #define GDMA_STATUS_MORE_ENTRIES 0x00000105 #define GDMA_STATUS_CMD_UNSUPPORTED 0xffffffff...
Linux işletim sistemi çekirdeği için 'include/net/mana/hw_channel' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright (c) 2021, Microsoft Corporation. */ #ifndef _HW_CHANNEL_H #define _HW_CHANNEL_H #define DEFAULT_LOG2_THROTTLING_FOR_ERROR_EQ 4 #define HW_CHANNEL_MAX_REQUEST_SIZE 0x1000 #define HW_CHANNEL_MAX_RESPONSE_SIZE 0x1000 #define HW_CHANNEL_VF_BOOTS...
Linux işletim sistemi çekirdeği için 'include/net/page_pool/memory_provider' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NET_PAGE_POOL_MEMORY_PROVIDER_H #define _NET_PAGE_POOL_MEMORY_PROVIDER_H #include <net/netmem.h> #include <net/page_pool/types.h> struct netdev_rx_queue; struct netlink_ext_ack; struct sk_buff; struct memory_provider_ops { netmem_ref (*alloc_netmems)(struct page_...
Linux işletim sistemi çekirdeği için 'include/net/page_pool/helpers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * page_pool/helpers.h * Author: Jesper Dangaard Brouer <netoptimizer@brouer.com> * Copyright (C) 2016 Red Hat, Inc. */ /** * DOC: page_pool allocator * * The page_pool allocator is optimized for recycling page or page fragment used * by skb packet and xdp frame. * ...
Linux işletim sistemi çekirdeği için 'include/net/page_pool/types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NET_PAGE_POOL_TYPES_H #define _NET_PAGE_POOL_TYPES_H #include <linux/dma-direction.h> #include <linux/ptr_ring.h> #include <linux/types.h> #include <linux/xarray.h> #include <net/netmem.h> #define PP_FLAG_DMA_MAP BIT(0) /* Should page_pool do the DMA * map/u...
Linux işletim sistemi çekirdeği için 'include/net/9p/client' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * 9P Client Definitions * * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> */ #ifndef NET_9P_CLIENT_H #define NET_9P_CLIENT_H #include <linux/utsname.h> #include <linux/idr.h> #include ...
Linux işletim sistemi çekirdeği için 'include/net/9p/transport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Transport Definition * * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> */ #ifndef NET_9P_TRANSPORT_H #define NET_9P_TRANSPORT_H #include <linux/module.h> #define P9_DEF_MIN_RES...
Linux işletim sistemi çekirdeği için 'include/net/9p/9p' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * 9P protocol definitions. * * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> */ #ifndef NET_9P_H #define NET_9P_H /** * enum ...
Linux işletim sistemi çekirdeği için 'include/net/psp/functions' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __NET_PSP_HELPERS_H #define __NET_PSP_HELPERS_H #include <linux/skbuff.h> #include <linux/rcupdate.h> #include <linux/udp.h> #include <net/sock.h> #include <net/tcp.h> #include <net/psp/types.h> struct inet_timewait_sock; /* Driver-facing API */ struct psp_de...
Linux işletim sistemi çekirdeği için 'include/net/psp/types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __NET_PSP_H #define __NET_PSP_H #include <linux/mutex.h> #include <linux/refcount.h> struct netlink_ext_ack; #define PSP_DEFAULT_UDP_PORT 1000 struct psphdr { u8 nexthdr; u8 hdrlen; u8 crypt_offset; u8 verfl; __be32 spi; __be64 iv; __be64 vc[]; /* opt...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_bridge' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef NF_CONNTRACK_BRIDGE_ #define NF_CONNTRACK_BRIDGE_ #include <linux/module.h> #include <linux/types.h> #include <uapi/linux/if_ether.h> struct nf_hook_ops; struct nf_ct_bridge_info { struct nf_hook_ops *ops; unsigned int ops_size; struct module *me; }; void nf_ct_bridge_register(struct nf_ct_bridge_...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_log' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_LOG_H #define _NF_LOG_H #include <linux/netfilter.h> #include <linux/netfilter/nf_log.h> /* Log tcp sequence, tcp options, ip options and uid owning local socket */ #define NF_LOG_DEFAULT_MASK 0x0f /* This flag indicates that copy_len field in nf_loginfo is set...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This header is used to share core functionality between the * standalone connection tracking module, and the compatibility layer's use * of connection tracking. * * 16 Dec 2003: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> * - generalize L3 protocol dep...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_synproxy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_SYNPROXY_SHARED_H #define _NF_SYNPROXY_SHARED_H #include <linux/module.h> #include <linux/skbuff.h> #include <net/ip6_checksum.h> #include <net/ip6_route.h> #include <net/tcp.h> #include <net/netfilter/nf_conntrack_seqadj.h> #include <net/netfilter/nf_conntrack_...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_queue' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_QUEUE_H #define _NF_QUEUE_H #include <linux/ip.h> #include <linux/ipv6.h> #include <linux/jhash.h> #include <linux/netfilter.h> #include <linux/rhashtable-types.h> #include <linux/skbuff.h> /* Each queued (to userspace) skbuff has one of these. */ struct nf_queu...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_helper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * connection tracking helpers. * * 16 Dec 2003: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> * - generalize L3 protocol dependent part. * * Derived from include/linux/netfiter_ipv4/ip_conntrack_helper.h */ #ifndef _NF_CONNTRACK_HELPER_H #define _NF_CONN...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_seqadj' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_SEQADJ_H #define _NF_CONNTRACK_SEQADJ_H #include <net/netfilter/nf_conntrack_extend.h> /** * struct nf_ct_seqadj - sequence number adjustment information * * @correction_pos: position of the last TCP sequence number modification * @offset_before: s...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_nat_redirect' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_NAT_REDIRECT_H_ #define _NF_NAT_REDIRECT_H_ #include <linux/skbuff.h> #include <uapi/linux/netfilter/nf_nat.h> unsigned int nf_nat_redirect_ipv4(struct sk_buff *skb, const struct nf_nat_range2 *range, unsigned int hooknum); unsigned int nf_nat_redirect_ip...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_nat_helper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_NAT_HELPER_H #define _NF_NAT_HELPER_H /* NAT protocol helper routines. */ #include <linux/skbuff.h> #include <net/netfilter/nf_conntrack.h> #include <net/netfilter/nf_conntrack_expect.h> /* These return true or false. */ bool __nf_nat_mangle_tcp_packet(struct sk...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_labels' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_LABELS_H #define _NF_CONNTRACK_LABELS_H #include <linux/netfilter/nf_conntrack_common.h> #include <linux/netfilter/nf_conntrack_tuple_common.h> #include <linux/types.h> #include <net/net_namespace.h> #include <net/netfilter/nf_conntrack.h> #include <ne...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_bpf_link' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ struct bpf_nf_ctx { const struct nf_hook_state *state; struct sk_buff *skb; }; #if IS_ENABLED(CONFIG_NETFILTER_BPF_LINK) int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog); #else static inline int bpf_nf_link_attach(const union bpf_attr *attr, struc...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_bpf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_BPF_H #define _NF_CONNTRACK_BPF_H #include <linux/kconfig.h> #include <net/netfilter/nf_conntrack.h> struct nf_conn___init { struct nf_conn ct; }; #if (IS_BUILTIN(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \ (IS_MODULE(CONFIG_...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nft_fib' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFT_FIB_H_ #define _NFT_FIB_H_ #include <net/l3mdev.h> #include <net/netfilter/nf_tables.h> struct nft_fib { u8 dreg; u8 result; u32 flags; }; extern const struct nla_policy nft_fib_policy[]; static inline bool nft_fib_is_loopback(const struct sk_buff *s...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_tuple' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Definitions and Declarations for tuple. * * 16 Dec 2003: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> * - generalize L3 protocol dependent part. * * Derived from include/linux/netfiter_ipv4/ip_conntrack_tuple.h */ #ifndef _NF_CONNTRACK_TUPLE_H #define...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_nat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_NAT_H #define _NF_NAT_H #include <linux/list.h> #include <linux/netfilter_ipv4.h> #include <linux/netfilter/nf_conntrack_pptp.h> #include <net/netfilter/nf_conntrack.h> #include <net/netfilter/nf_conntrack_extend.h> #include <net/netfilter/nf_conntrack_tuple.h> #...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_dup_netdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_DUP_NETDEV_H_ #define _NF_DUP_NETDEV_H_ #include <net/netfilter/nf_tables.h> #include <linux/netdevice.h> #include <linux/sched.h> void nf_dup_netdev_egress(const struct nft_pktinfo *pkt, int oif); void nf_fwd_netdev_egress(const struct nft_pktinfo *pkt, int oif...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_tables_ipv4' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_TABLES_IPV4_H_ #define _NF_TABLES_IPV4_H_ #include <net/netfilter/nf_tables.h> #include <net/ip.h> static inline void nft_set_pktinfo_ipv4(struct nft_pktinfo *pkt) { struct iphdr *ip; ip = ip_hdr(pkt->skb); pkt->flags = NFT_PKTINFO_L4PROTO; pkt->tprot = ip-...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_ecache' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * connection tracking event cache. */ #ifndef _NF_CONNTRACK_ECACHE_H #define _NF_CONNTRACK_ECACHE_H #include <net/netfilter/nf_conntrack.h> #include <net/net_namespace.h> #include <net/netfilter/nf_conntrack_expect.h> #include <linux/netfilter/nf_conntrack_common.h> #i...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nft_reject' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFT_REJECT_H_ #define _NFT_REJECT_H_ #include <linux/types.h> #include <net/netlink.h> #include <net/netfilter/nf_tables.h> #include <uapi/linux/netfilter/nf_tables.h> struct nft_reject { enum nft_reject_types type:8; u8 icmp_code; }; extern const struct nla_p...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Connection state tracking for netfilter. This is separated from, * but required by, the (future) NAT layer; it can also be used by an iptables * extension. * * 16 Dec 2003: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> * - generalize L3 protocol depende...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_acct' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl> */ #ifndef _NF_CONNTRACK_ACCT_H #define _NF_CONNTRACK_ACCT_H #include <net/net_namespace.h> #include <linux/netfilter/nf_conntrack_common.h> #include <linux/netfilter/nf_conntrack_tuple_common.h> #include <net/netfilt...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nft_meta' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFT_META_H_ #define _NFT_META_H_ #include <net/netfilter/nf_tables.h> struct nft_meta { enum nft_meta_keys key:8; u8 len; union { u8 dreg; u8 sreg; }; }; extern const struct nla_policy nft_meta_policy[]; int nft_meta_get_init(const struct nft_ctx *ctx...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_nat_masquerade' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_NAT_MASQUERADE_H_ #define _NF_NAT_MASQUERADE_H_ #include <linux/skbuff.h> #include <net/netfilter/nf_nat.h> unsigned int nf_nat_masquerade_ipv4(struct sk_buff *skb, unsigned int hooknum, const struct nf_nat_range2 *range, const struct net_devic...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/xt_rateest' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _XT_RATEEST_H #define _XT_RATEEST_H #include <net/gen_stats.h> struct xt_rateest { /* keep lock and bstats on same cache line to speedup xt_rateest_tg() */ struct gnet_stats_basic_sync bstats; spinlock_t lock; /* following fields not accessed in hot path */ ...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_expect' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * connection tracking expectations. */ #ifndef _NF_CONNTRACK_EXPECT_H #define _NF_CONNTRACK_EXPECT_H #include <linux/refcount.h> #include <net/netfilter/nf_conntrack.h> #include <net/netfilter/nf_conntrack_zones.h> extern unsigned int nf_ct_expect_hsize; extern unsig...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_act_ct' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_ACT_CT_H #define _NF_CONNTRACK_ACT_CT_H #include <net/netfilter/nf_conntrack.h> #include <linux/netfilter/nf_conntrack_common.h> #include <net/netfilter/nf_conntrack_extend.h> struct nf_conn_act_ct_ext { int ifindex[IP_CT_DIR_MAX]; }; static inline ...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_timestamp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_TSTAMP_H #define _NF_CONNTRACK_TSTAMP_H #include <net/net_namespace.h> #include <linux/netfilter/nf_conntrack_common.h> #include <linux/netfilter/nf_conntrack_tuple_common.h> #include <net/netfilter/nf_conntrack.h> #include <net/netfilter/nf_conntrack_e...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_tables' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NET_NF_TABLES_H #define _NET_NF_TABLES_H #include <linux/unaligned.h> #include <linux/list.h> #include <linux/netfilter.h> #include <linux/netfilter/nfnetlink.h> #include <linux/netfilter/nf_tables.h> #include <linux/u64_stats_sync.h> #include <linux/rhashtable.h> #...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_tables_ipv6' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_TABLES_IPV6_H_ #define _NF_TABLES_IPV6_H_ #include <linux/netfilter_ipv6/ip6_tables.h> #include <net/ipv6.h> #include <net/netfilter/nf_tables.h> static inline void nft_set_pktinfo_ipv6(struct nft_pktinfo *pkt) { unsigned int flags = IP6_FH_F_AUTH; int protohd...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_extend' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_EXTEND_H #define _NF_CONNTRACK_EXTEND_H #include <linux/slab.h> #include <net/netfilter/nf_conntrack.h> enum nf_ct_ext_id { NF_CT_EXT_HELPER, #if IS_ENABLED(CONFIG_NF_NAT) NF_CT_EXT_NAT, #endif NF_CT_EXT_SEQADJ, NF_CT_EXT_ACCT, #ifdef CONFIG_NF_CO...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_synproxy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_SYNPROXY_H #define _NF_CONNTRACK_SYNPROXY_H #include <net/netfilter/nf_conntrack_seqadj.h> #include <net/netns/generic.h> struct nf_conn_synproxy { u32 isn; u32 its; u32 tsoff; }; static inline struct nf_conn_synproxy *nfct_synproxy(const struct nf...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_tproxy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef _NF_TPROXY_H_ #define _NF_TPROXY_H_ #include <net/tcp.h> enum nf_tproxy_lookup_t { NF_TPROXY_LOOKUP_LISTENER, NF_TPROXY_LOOKUP_ESTABLISHED, }; static inline bool nf_tproxy_sk_is_transparent(struct sock *sk) { if (inet_sk_transparent(sk)) return true; sock_gen_put(sk); return false; } static i...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_zones' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_ZONES_H #define _NF_CONNTRACK_ZONES_H #include <linux/netfilter/nf_conntrack_zones_common.h> #include <net/netfilter/nf_conntrack.h> static inline const struct nf_conntrack_zone * nf_ct_zone(const struct nf_conn *ct) { #ifdef CONFIG_NF_CONNTRACK_ZONES ...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_timeout' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_TIMEOUT_H #define _NF_CONNTRACK_TIMEOUT_H #include <net/net_namespace.h> #include <linux/netfilter/nf_conntrack_common.h> #include <linux/netfilter/nf_conntrack_tuple_common.h> #include <linux/refcount.h> #include <net/netfilter/nf_conntrack.h> #include...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_flow_table' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef _NF_FLOW_TABLE_H #define _NF_FLOW_TABLE_H #include <linux/in.h> #include <linux/in6.h> #include <linux/netdevice.h> #include <linux/rhashtable-types.h> #include <linux/rcupdate.h> #include <linux/netfilter.h> #include <linux/netfilter/nf_conntrack_tuple_common.h> #include <net/flow_offload.h> #include <ne...
Linux işletim sistemi çekirdeği için 'include/net/netfilter/nf_conntrack_l4proto' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Header for use in defining a given L4 protocol for connection tracking. * * 16 Dec 2003: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> * - generalized L3 protocol dependent part. * * Derived from include/linux/netfiter_ipv4/ip_conntrack_protcol.h */ #i...