Home
last modified time | relevance | path

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

123

/include/trace/
Dtrace_events.h39 #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 …]
Dtrace_custom_events.h27 #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 …]
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.h45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument
53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
61 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
82 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
103 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
107 #define DECLARE_TRACE(call, proto, args) \ argument
112 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
64 #define DEFINE_EVENT(template, call, proto, args) \ argument
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/include/linux/
Dtracepoint.h248 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
257 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
265 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument
266 #define __DEFINE_RUST_DO_TRACE(name, proto, args) \ argument
283 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
341 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument
381 #define DEFINE_TRACE(name, proto, args) \ argument
395 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
421 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
422 #define DEFINE_TRACE(name, proto, args) argument
[all …]
Dif_bridge.h30 __be16 proto; member
89 int proto) in br_multicast_has_querier_anywhere()
94 int proto) in br_multicast_has_querier_adjacent()
100 int proto) in br_multicast_has_router_adjacent()
Dppp_defs.h23 static inline bool ppp_proto_is_valid(u16 proto) in ppp_proto_is_valid()
Dnet.h369 #define MODULE_ALIAS_NETPROTO(proto) \ argument
372 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument
375 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument
379 #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.h1234 struct proto { struct
1246 struct proto_accept_arg *arg); argument
1248 int (*ioctl)(struct sock *sk, int cmd,
1250 int (*init)(struct sock *sk);
1251 void (*destroy)(struct sock *sk);
1252 void (*shutdown)(struct sock *sk, int how);
1253 int (*setsockopt)(struct sock *sk, int level,
1256 int (*getsockopt)(struct sock *sk, int level,
1259 void (*keepalive)(struct sock *sk, int valbool);
1261 int (*compat_ioctl)(struct sock *sk,
[all …]
Dproto_memory.h53 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
Dtun_proto.h16 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()
Desp.h15 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer()
40 __u8 proto; member
Dncsi.h42 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()
Dgro.h46 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/
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/
Dbpf_test_run.h46 #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
Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_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.h9 __u8 proto) in nf_reject_verify_csum()
/include/uapi/linux/netfilter/
Dxt_policy.h27 proto:1, member
60 __u8 proto; member
/include/asm-generic/
Dchecksum.h53 __u8 proto, __wsum sum) in csum_tcpudp_magic()

123