| /include/trace/ |
| A D | define_trace.h | 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 60 #define DEFINE_EVENT(template, name, proto, args) \ argument 76 #define DECLARE_TRACE(name, proto, args) \ argument 80 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 84 #define DECLARE_TRACE_EVENT(name, proto, args) \ argument 94 #define DEFINE_RUST_DO_TRACE(name, proto, args) \ argument 122 #define DECLARE_TRACE(name, proto, args) argument 124 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) argument 127 #define DECLARE_TRACE_EVENT(name, proto, args) argument [all …]
|
| A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 74 #define DEFINE_EVENT(template, name, proto, args) \ argument 83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 88 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 94 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 137 #define DEFINE_EVENT(template, name, proto, args) argument 140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument 388 #define _TRACE_PERF_PROTO(call, proto) \ argument 396 #define _TRACE_PERF_PROTO(call, proto) argument 462 #define DEFINE_EVENT(template, call, proto, args) \ argument [all …]
|
| A 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 …]
|
| A D | bpf_probe.h | 45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument 53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 56 #define __BPF_DECLARE_TRACE_SYSCALL(call, proto, args) \ argument 67 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument 75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 96 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument 108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 113 #define DEFINE_EVENT(template, call, proto, args) \ argument 117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 121 #define DECLARE_TRACE(call, proto, args) \ argument [all …]
|
| A D | perf.h | 16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 78 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument 99 #define DEFINE_EVENT(template, call, proto, args) \ argument 107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
| A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument 30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
| /include/linux/ |
| A D | tracepoint.h | 217 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument 218 #define __DEFINE_RUST_DO_TRACE(name, proto, args) \ argument 314 #define __DEFINE_TRACE_EXT(_name, _ext, proto, args) \ argument 414 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 416 #define DEFINE_TRACE(name, proto, args) argument 466 #define DECLARE_TRACE(name, proto, args) \ argument 476 #define DECLARE_TRACE_SYSCALL(name, proto, args) \ argument 480 #define DECLARE_TRACE_EVENT(name, proto, args) \ argument 607 #define DEFINE_EVENT(template, name, proto, args) \ argument 620 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument [all …]
|
| A D | if_bridge.h | 30 __be16 proto; member 87 int proto) in br_multicast_has_querier_anywhere() 92 int proto) in br_multicast_has_querier_adjacent() 98 int proto) in br_multicast_has_router_adjacent()
|
| A D | ppp_defs.h | 23 static inline bool ppp_proto_is_valid(u16 proto) in ppp_proto_is_valid()
|
| A D | net.h | 360 #define MODULE_ALIAS_NETPROTO(proto) \ argument 363 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 366 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument 370 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ argument
|
| /include/net/ |
| A D | sock.h | 1249 struct proto { struct 1261 struct proto_accept_arg *arg); argument 1310 unsigned int inuse_idx; 1330 long *sysctl_mem; 1332 int *sysctl_wmem; 1333 int *sysctl_rmem; 1337 int max_header; 1338 bool no_autobind; 1340 struct kmem_cache *slab; 1341 unsigned int obj_size; [all …]
|
| A D | proto_memory.h | 53 static inline void proto_memory_pcpu_drain(struct proto *proto) in proto_memory_pcpu_drain() 64 struct proto *proto = sk->sk_prot; in sk_memory_allocated_add() local 75 struct proto *proto = sk->sk_prot; in sk_memory_allocated_sub() local
|
| A D | tun_proto.h | 16 static inline __be16 tun_p_to_eth_p(u8 proto) in tun_p_to_eth_p() 33 static inline u8 tun_p_from_eth_p(__be16 proto) in tun_p_from_eth_p()
|
| A D | esp.h | 15 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() 40 __u8 proto; member
|
| A D | ncsi.h | 42 static inline int ncsi_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_add_vid() 47 static inline int ncsi_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_kill_vid()
|
| A D | gro.h | 46 u16 proto; member 200 int proto) in inet_gro_compute_pseudo() 266 #define __skb_gro_checksum_validate(skb, proto, zero_okay, check, \ argument 278 #define skb_gro_checksum_validate(skb, proto, compute_pseudo) \ argument 281 #define skb_gro_checksum_validate_zero_check(skb, proto, check, \ argument 301 #define skb_gro_checksum_try_convert(skb, proto, compute_pseudo) \ argument 439 int proto) in ip6_gro_compute_pseudo()
|
| /include/linux/netfilter/ipset/ |
| A 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()
|
| /include/trace/events/ |
| A D | bpf_test_run.h | 46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
|
| A D | nbd.h | 85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
|
| /include/uapi/linux/ |
| A D | if_arcnet.h | 60 __u8 proto; /* protocol ID field - varies */ member 71 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member 81 __u8 proto; /* Always ARC_P_ETHER */ member 88 __u8 proto; member
|
| A D | ip6_tunnel.h | 30 __u8 proto; /* tunnel protocol */ member 42 __u8 proto; /* tunnel protocol */ member
|
| /include/net/netfilter/ |
| A D | nf_reject.h | 9 __u8 proto) in nf_reject_verify_csum()
|
| /include/drm/ |
| A D | drm_pagemap.h | 37 u64 proto : 54; member 53 enum drm_interconnect_protocol proto, in drm_pagemap_device_addr_encode()
|
| /include/uapi/linux/netfilter/ |
| A D | xt_policy.h | 27 proto:1, member 60 __u8 proto; member
|
| /include/asm-generic/ |
| A D | checksum.h | 53 __u8 proto, __wsum sum) in csum_tcpudp_magic()
|