/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 | bpf_probe.h | 80 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument 89 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 97 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 119 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 132 #define DEFINE_EVENT(template, call, proto, args) \ argument 136 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 140 #define DECLARE_TRACE(call, proto, args) \ argument
|
D | perf.h | 54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 102 #define DEFINE_EVENT(template, call, proto, args) \ argument 110 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
D | trace_events.h | 74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 133 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 143 #define DEFINE_EVENT(template, name, proto, args) \ argument 148 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 152 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 157 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 163 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 246 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 252 #define DEFINE_EVENT(template, name, proto, args) argument 255 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
/include/linux/ |
D | tracepoint.h | 217 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument 226 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument 240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 290 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument 324 #define DEFINE_TRACE(name, proto, args) \ argument 338 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 364 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 365 #define DEFINE_TRACE(name, proto, args) argument 415 #define DECLARE_TRACE(name, proto, args) \ argument 420 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument [all …]
|
D | if_bridge.h | 30 __be16 proto; member 86 int proto) in br_multicast_has_querier_anywhere() 91 int proto) in br_multicast_has_querier_adjacent() 97 int proto) in br_multicast_has_router_adjacent()
|
D | net.h | 334 #define MODULE_ALIAS_NETPROTO(proto) \ argument 337 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 340 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument 344 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ argument
|
/include/trace/hooks/ |
D | vendor_hooks.h | 22 #define DEFINE_HOOK_FN(_name, _reg, _unreg, proto, args) \ argument 55 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument 85 #define __DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) \ argument 110 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument 120 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
|
/include/net/ |
D | sock.h | 1200 struct proto { struct 1201 void (*close)(struct sock *sk, 1203 int (*pre_connect)(struct sock *sk, 1206 int (*connect)(struct sock *sk, 1209 int (*disconnect)(struct sock *sk, int flags); 1211 struct sock * (*accept)(struct sock *sk, int flags, int *err, 1214 int (*ioctl)(struct sock *sk, int cmd, 1216 int (*init)(struct sock *sk); 1217 void (*destroy)(struct sock *sk); 1218 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()
|
D | ip6_checksum.h | 39 static inline __wsum ip6_compute_pseudo(struct sk_buff *skb, int proto) in ip6_compute_pseudo() 46 static inline __wsum ip6_gro_compute_pseudo(struct sk_buff *skb, int proto) in ip6_gro_compute_pseudo()
|
D | esp.h | 14 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() 39 __u8 proto; member
|
D | ncsi.h | 40 static inline int ncsi_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_add_vid() 45 static inline int ncsi_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_kill_vid()
|
/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()
|
/include/trace/events/ |
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
|
D | bpf_test_run.h | 29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
|
/include/uapi/linux/ |
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
|
D | ip6_tunnel.h | 30 __u8 proto; /* tunnel protocol */ member 42 __u8 proto; /* tunnel protocol */ member
|
/include/net/netfilter/ |
D | nf_reject.h | 8 static inline bool nf_reject_verify_csum(__u8 proto) in nf_reject_verify_csum()
|
/include/asm-generic/ |
D | checksum.h | 53 __u8 proto, __wsum sum) in csum_tcpudp_magic()
|
/include/uapi/linux/netfilter/ |
D | xt_policy.h | 27 proto:1, member 60 __u8 proto; member
|
D | xt_ecn.h | 33 } proto; member
|
/include/linux/dsa/ |
D | 8021q.h | 26 __be16 proto; member
|
/include/uapi/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 31 } proto; member
|
/include/linux/mtd/ |
D | spi-nor.h | 199 static inline bool spi_nor_protocol_is_dtr(enum spi_nor_protocol proto) in spi_nor_protocol_is_dtr() 204 static inline u8 spi_nor_get_protocol_inst_nbits(enum spi_nor_protocol proto) in spi_nor_get_protocol_inst_nbits() 210 static inline u8 spi_nor_get_protocol_addr_nbits(enum spi_nor_protocol proto) in spi_nor_get_protocol_addr_nbits() 216 static inline u8 spi_nor_get_protocol_data_nbits(enum spi_nor_protocol proto) in spi_nor_get_protocol_data_nbits() 222 static inline u8 spi_nor_get_protocol_width(enum spi_nor_protocol proto) in spi_nor_get_protocol_width()
|