| /kernel/linux/linux-6.6/include/trace/ |
| D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 61 #define DEFINE_EVENT(template, name, proto, args) \ argument 66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 121 #define DEFINE_EVENT(template, name, proto, args) argument 124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
| D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument [all …]
|
| 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 | bpf_probe.h | 45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument 54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 62 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 83 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument 95 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 100 #define DEFINE_EVENT(template, call, proto, args) \ argument 104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 108 #define DECLARE_TRACE(call, proto, args) \ argument 113 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | tracepoint.h | 179 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 219 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 229 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 243 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 294 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument 328 #define DEFINE_TRACE(name, proto, args) \ argument 342 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 368 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 369 #define DEFINE_TRACE(name, proto, args) argument 419 #define DECLARE_TRACE(name, proto, args) \ argument [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | tracepoint.h | 228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument 237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument 251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 301 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument 340 #define DEFINE_TRACE(name, proto, args) \ argument 354 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 380 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 381 #define DEFINE_TRACE(name, proto, args) argument 431 #define DECLARE_TRACE(name, proto, args) \ argument 436 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument [all …]
|
| /kernel/linux/linux-6.6/net/8021q/ |
| D | vlan_core.c | 164 __be16 proto; member 169 static bool vlan_hw_filter_capable(const struct net_device *dev, __be16 proto) in vlan_hw_filter_capable() 181 __be16 proto, u16 vid) in vlan_vid_info_get() 192 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid) in vlan_vid_info_alloc() 205 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_add_rx_filter_info() 216 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_kill_rx_filter_info() 254 int vlan_filter_push_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_push_vids() 283 void vlan_filter_drop_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_drop_vids() 295 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid, in __vlan_vid_add() 318 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add() [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-6.6/include/net/ |
| D | sock.h | 1252 struct proto { struct 1253 void (*close)(struct sock *sk, 1255 int (*pre_connect)(struct sock *sk, 1258 int (*connect)(struct sock *sk, 1261 int (*disconnect)(struct sock *sk, int flags); 1263 struct sock * (*accept)(struct sock *sk, int flags, int *err, 1266 int (*ioctl)(struct sock *sk, int cmd, 1268 int (*init)(struct sock *sk); 1269 void (*destroy)(struct sock *sk); 1270 void (*shutdown)(struct sock *sk, int how); [all …]
|
| /kernel/linux/linux-5.10/include/net/ |
| D | sock.h | 1176 struct proto { struct 1177 void (*close)(struct sock *sk, 1179 int (*pre_connect)(struct sock *sk, 1182 int (*connect)(struct sock *sk, 1185 int (*disconnect)(struct sock *sk, int flags); 1187 struct sock * (*accept)(struct sock *sk, int flags, int *err, 1190 int (*ioctl)(struct sock *sk, int cmd, 1192 int (*init)(struct sock *sk); 1193 void (*destroy)(struct sock *sk); 1194 void (*shutdown)(struct sock *sk, int how); [all …]
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/drivers/net/wan/ |
| D | hdlc_ppp.c | 62 struct proto { struct 66 u16 pid; /* protocol ID */ argument 73 struct proto protos[IDX_COUNT]; argument 304 struct proto *proto = get_proto(dev, pid); in ppp_cp_event() local 438 struct proto *proto; in ppp_rx() local 564 struct proto *proto = from_timer(proto, t, timer); in ppp_timer() local 621 struct proto *proto = &ppp->protos[i]; in ppp_start() local 644 static struct hdlc_proto proto = { variable
|
| /kernel/linux/linux-5.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 625 struct proto *proto = &ppp->protos[i]; in ppp_start() local 647 static struct hdlc_proto proto = { variable
|
| /kernel/linux/linux-6.6/include/linux/hck/ |
| D | lite_vendor_hooks.h | 33 #define DEFINE_HCK_LITE_HOOK(name, proto, args) \ argument 43 #define DECLARE_HCK_LITE_HOOK(name, proto, args) \ argument 65 #define __DECLARE_HCK_LITE_HOOK(name, proto, args) \ argument 123 #define DECLARE_HCK_LITE_HOOK(name, proto, args) \ argument
|
| /kernel/linux/linux-5.10/include/linux/hck/ |
| D | lite_vendor_hooks.h | 33 #define DEFINE_HCK_LITE_HOOK(name, proto, args) \ argument 43 #define DECLARE_HCK_LITE_HOOK(name, proto, args) \ argument 65 #define __DECLARE_HCK_LITE_HOOK(name, proto, args) \ argument 123 #define DECLARE_HCK_LITE_HOOK(name, proto, args) \ argument
|