| /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 | 73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 121 #define DEFINE_EVENT(template, name, proto, args) \ argument 126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 135 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 141 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 209 #define DEFINE_EVENT(template, name, proto, args) argument 212 #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 89 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 102 #define DEFINE_EVENT(template, call, proto, args) \ argument 106 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
| /include/linux/ |
| D | tracepoint.h | 162 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument 206 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 231 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 395 #define DECLARE_TRACE(name, proto, args) \ argument 401 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 519 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 520 #define DEFINE_EVENT(template, name, proto, args) \ argument 522 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument [all …]
|
| D | if_bridge.h | 23 __be16 proto; member 69 int proto) in br_multicast_has_querier_anywhere() 74 int proto) in br_multicast_has_querier_adjacent()
|
| D | net.h | 318 #define MODULE_ALIAS_NETPROTO(proto) \ argument 321 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 324 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument 328 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ argument
|
| D | if_vlan.h | 268 static inline int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add() 273 static inline void vlan_vid_del(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_del() 312 __be16 proto) in vlan_hw_offload_capable() 631 __be16 proto; in vlan_set_encap_proto() local
|
| /include/net/ |
| D | sock.h | 1072 struct proto { struct 1073 void (*close)(struct sock *sk, 1075 int (*pre_connect)(struct sock *sk, 1078 int (*connect)(struct sock *sk, 1081 int (*disconnect)(struct sock *sk, int flags); 1083 struct sock * (*accept)(struct sock *sk, int flags, int *err, 1086 int (*ioctl)(struct sock *sk, int cmd, 1088 int (*init)(struct sock *sk); 1089 void (*destroy)(struct sock *sk); 1090 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 | 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()
|
| D | esp.h | 23 __u8 proto; member
|
| /include/linux/netfilter/ipset/ |
| D | ip_set_getport.h | 17 __be16 *port, u8 *proto) in ip_set_get_ip6_port() 26 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
|
| D | libata.h | 122 #define ata_protocol_name(proto) { proto, #proto } 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/uapi/linux/netfilter/ |
| D | xt_policy.h | 27 proto:1, member 60 __u8 proto; member
|
| D | xt_ecn.h | 33 } proto; member
|
| /include/asm-generic/ |
| D | checksum.h | 76 __u8 proto, __wsum sum) in csum_tcpudp_magic()
|
| /include/linux/mtd/ |
| D | spi-nor.h | 200 static inline bool spi_nor_protocol_is_dtr(enum spi_nor_protocol proto) in spi_nor_protocol_is_dtr() 205 static inline u8 spi_nor_get_protocol_inst_nbits(enum spi_nor_protocol proto) in spi_nor_get_protocol_inst_nbits() 211 static inline u8 spi_nor_get_protocol_addr_nbits(enum spi_nor_protocol proto) in spi_nor_get_protocol_addr_nbits() 217 static inline u8 spi_nor_get_protocol_data_nbits(enum spi_nor_protocol proto) in spi_nor_get_protocol_data_nbits() 223 static inline u8 spi_nor_get_protocol_width(enum spi_nor_protocol proto) in spi_nor_get_protocol_width() 415 enum spi_nor_protocol proto; member 420 enum spi_nor_protocol proto; member
|
| /include/uapi/linux/netfilter_ipv4/ |
| D | ipt_ECN.h | 31 } proto; member
|