Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 64) sorted by relevance

123

/include/trace/
Ddefine_trace.h27 #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 …]
Dbpf_probe.h80 #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
Dperf.h54 #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
Dtrace_events.h74 #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/
Dtracepoint.h217 #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 …]
Dif_bridge.h30 __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()
Dnet.h334 #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/
Dvendor_hooks.h22 #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/
Dsock.h1200 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 …]
Dtun_proto.h15 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()
Dip6_checksum.h39 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()
Desp.h14 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer()
39 __u8 proto; member
Dncsi.h40 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/
Dip_set_getport.h17 __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/
Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
Dbpf_test_run.h29 #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/
Dif_arcnet.h60 __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
Dip6_tunnel.h30 __u8 proto; /* tunnel protocol */ member
42 __u8 proto; /* tunnel protocol */ member
/include/net/netfilter/
Dnf_reject.h8 static inline bool nf_reject_verify_csum(__u8 proto) in nf_reject_verify_csum()
/include/asm-generic/
Dchecksum.h53 __u8 proto, __wsum sum) in csum_tcpudp_magic()
/include/uapi/linux/netfilter/
Dxt_policy.h27 proto:1, member
60 __u8 proto; member
Dxt_ecn.h33 } proto; member
/include/linux/dsa/
D8021q.h26 __be16 proto; member
/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h31 } proto; member
/include/linux/mtd/
Dspi-nor.h199 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()

123