/Linux-v5.10/include/linux/ |
D | tracepoint.h | 169 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 209 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 219 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 234 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 287 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument 319 #define DEFINE_TRACE(name, proto, args) \ argument 333 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 359 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 360 #define DEFINE_TRACE(name, proto, args) argument 410 #define DECLARE_TRACE(name, proto, args) \ argument [all …]
|
/Linux-v5.10/include/trace/ |
D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 56 #define DEFINE_EVENT(template, name, proto, args) \ argument 60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument [all …]
|
D | trace_events.h | 74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 122 #define DEFINE_EVENT(template, name, proto, args) \ argument 127 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 136 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 142 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 210 #define DEFINE_EVENT(template, name, proto, args) argument 213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
D | perf.h | 31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 79 #define DEFINE_EVENT(template, call, proto, args) \ argument 87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
D | bpf_probe.h | 59 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 72 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 107 #define DEFINE_EVENT(template, call, proto, args) \ argument 111 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
/Linux-v5.10/net/8021q/ |
D | vlan_core.c | 163 __be16 proto; member 168 static bool vlan_hw_filter_capable(const struct net_device *dev, __be16 proto) in vlan_hw_filter_capable() 180 __be16 proto, u16 vid) in vlan_vid_info_get() 191 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid) in vlan_vid_info_alloc() 204 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_add_rx_filter_info() 215 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_kill_rx_filter_info() 253 int vlan_filter_push_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_push_vids() 282 void vlan_filter_drop_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_drop_vids() 294 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid, in __vlan_vid_add() 317 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add() [all …]
|
/Linux-v5.10/net/ipv4/ |
D | gre_demux.c | 31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() 41 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() 63 bool *csum_err, __be16 proto, int nhs) in gre_parse_header() 148 const struct gre_protocol *proto; in gre_rcv() local 176 const struct gre_protocol *proto; in gre_err() local
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | reuseport_addr_any.c | 34 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, in build_rcv_fd() 101 static int connect_and_send(int family, int proto) in connect_and_send() 168 static int receive_once(int epfd, int proto) in receive_once() 194 static void test(int *rcv_fds, int count, int family, int proto, int fd) in test() 221 static void run_one_test(int fam_send, int fam_rcv, int proto, in run_one_test() 244 static void test_proto(int proto, const char *proto_str) in test_proto()
|
D | reuseport_dualstack.c | 31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd() 73 static void send_from_v4(int proto) in send_from_v4() 102 static int receive_once(int epfd, int proto) in receive_once() 128 static void test(int *rcv_fds, int count, int proto) in test()
|
D | reuseport_bpf_cpu.c | 34 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() 94 static void send_from_cpu(int cpu_id, int family, int proto) in send_from_cpu() 151 void receive_on_cpu(int *rcv_fd, int len, int epfd, int cpu_id, int proto) in receive_on_cpu() 184 static void test(int *rcv_fd, int len, int family, int proto) in test()
|
D | reuseport_bpf_numa.c | 30 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() 107 static void send_from_node(int node_id, int family, int proto) in send_from_node() 161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node() 194 static void test(int *rcv_fd, int len, int family, int proto) in test()
|
/Linux-v5.10/include/net/ |
D | sock.h | 1127 struct proto { struct 1128 void (*close)(struct sock *sk, 1130 int (*pre_connect)(struct sock *sk, 1133 int (*connect)(struct sock *sk, 1136 int (*disconnect)(struct sock *sk, int flags); 1138 struct sock * (*accept)(struct sock *sk, int flags, int *err, 1141 int (*ioctl)(struct sock *sk, int cmd, 1143 int (*init)(struct sock *sk); 1144 void (*destroy)(struct sock *sk); 1145 void (*shutdown)(struct sock *sk, int how); [all …]
|
D | tun_proto.h | 15 static inline __be16 tun_p_to_eth_p(u8 proto) in tun_p_to_eth_p() 32 static inline u8 tun_p_from_eth_p(__be16 proto) in tun_p_from_eth_p()
|
/Linux-v5.10/net/802/ |
D | psnap.c | 31 struct datalink_proto *proto = NULL, *p; in find_snap_client() local 49 struct datalink_proto *proto; in snap_rcv() local 128 struct datalink_proto *proto = NULL; in register_snap_client() local 152 void unregister_snap_client(struct datalink_proto *proto) in unregister_snap_client()
|
D | stp.c | 35 const struct stp_proto *proto; in stp_pdu_rcv() local 62 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() 85 void stp_proto_unregister(const struct stp_proto *proto) in stp_proto_unregister()
|
/Linux-v5.10/drivers/net/wan/ |
D | hdlc_ppp.c | 62 struct proto { struct 66 u16 pid; /* protocol ID */ argument 73 struct proto protos[IDX_COUNT]; argument 307 struct proto *proto = get_proto(dev, pid); in ppp_cp_event() local 441 struct proto *proto; in ppp_rx() local 567 struct proto *proto = from_timer(proto, t, timer); in ppp_timer() local 618 struct proto *proto = &ppp->protos[i]; in ppp_start() local 640 static struct hdlc_proto proto = { variable
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | checksum_64.h | 67 __u32 len, __u8 proto, in csum_tcpudp_nofold() 86 __u32 len, __u8 proto, in csum_tcpudp_magic() 96 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
/Linux-v5.10/net/netfilter/ipset/ |
D | ip_set_getport.c | 26 bool src, __be16 *port, u8 *proto) in get_port() 99 __be16 *port, u8 *proto) in ip_set_get_ip4_port() 133 __be16 *port, u8 *proto) in ip_set_get_ip6_port()
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | checksum.h | 83 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 103 unsigned short proto, __wsum sum) in csum_tcpudp_magic() 121 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
/Linux-v5.10/include/linux/netfilter/ipset/ |
D | ip_set_getport.h | 17 __be16 *port, u8 *proto) in ip_set_get_ip6_port() 23 static inline bool ip_set_proto_with_ports(u8 proto) in ip_set_proto_with_ports()
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | checksum.h | 75 __u32 len, __u8 proto, in csum_tcpudp_nofold() 93 __u32 len, __u8 proto, in csum_tcpudp_magic() 112 __u32 len, __u8 proto, in csum_ipv6_magic()
|
/Linux-v5.10/arch/arm/include/asm/ |
D | checksum.h | 100 __u8 proto, __wsum sum) in csum_tcpudp_nofold() 137 __u8 proto, __wsum sum) in csum_tcpudp_magic() 160 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | checksum.h | 79 __u8 proto, __wsum sum) in csum_tcpudp_nofold() 96 __u8 proto, __wsum sum) in csum_tcpudp_magic() 112 __u32 len, __u8 proto, __wsum csum) in csum_ipv6_magic()
|
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | brcms_trace_events.h | 27 #define TRACE_EVENT(name, proto, ...) \ argument 32 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
|
/Linux-v5.10/arch/x86/include/asm/ |
D | checksum_32.h | 110 __u32 len, __u8 proto, in csum_tcpudp_nofold() 128 __u32 len, __u8 proto, in csum_tcpudp_magic() 147 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|