/linux/include/trace/ |
H A 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_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument 54 TRACE_EVENT_NOP(name,proto,args,struct,assign,print) global() argument 57 DEFINE_EVENT_NOP(template,name,proto,args) global() argument 60 DEFINE_EVENT(template,name,proto,args) global() argument 64 DEFINE_EVENT_FN(template,name,proto,args,reg,unreg) global() argument 68 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 72 DEFINE_EVENT_CONDITION(template,name,proto,args,cond) global() argument 76 DECLARE_TRACE(name,proto,args) global() argument 80 DECLARE_TRACE_CONDITION(name,proto,args,cond) global() argument 84 DECLARE_TRACE_EVENT(name,proto,args) global() argument 88 DECLARE_TRACE_EVENT_CONDITION(name,proto,args,cond) global() argument 94 DEFINE_RUST_DO_TRACE(name,proto,args) global() argument 122 DECLARE_TRACE(name,proto,args) global() argument 124 DECLARE_TRACE_CONDITION(name,proto,args,cond) global() argument 127 DECLARE_TRACE_EVENT(name,proto,args) global() argument 129 DECLARE_TRACE_EVENT_CONDITION(name,proto,args,cond) global() argument 168 DEFINE_RUST_DO_TRACE(name,proto,args) global() argument [all...] |
H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument 61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 74 #define DEFINE_EVENT(template, name, proto, args) \ argument 79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 83 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 88 TRACE_EVENT_FN(name,proto,args,tstruct,assign,print,reg,unreg) global() argument 94 TRACE_EVENT_FN_COND(name,proto,args,cond,tstruct,assign,print,reg,unreg) global() argument 128 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 137 DEFINE_EVENT(template,name,proto,args) global() argument 140 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 203 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 231 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument 261 DECLARE_EVENT_CLASS(call,proto,args,tstruct,func,print) global() argument 270 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 277 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 388 _TRACE_PERF_PROTO(call,proto) global() argument 396 _TRACE_PERF_PROTO(call,proto) global() argument 404 __DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 433 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 443 DECLARE_EVENT_SYSCALL_CLASS(call,proto,args,tstruct,assign,print) global() argument 462 DEFINE_EVENT(template,call,proto,args) global() argument 475 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 492 DEFINE_EVENT(template,call,proto,args) global() argument 507 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument [all...] |
H 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, arg argument 140 DECLARE_CUSTOM_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 175 DEFINE_CUSTOM_EVENT(template,call,proto,args) global() argument 188 DECLARE_CUSTOM_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 200 DEFINE_CUSTOM_EVENT(template,call,proto,args) global() argument [all...] |
H 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, arg argument [all...] |
/linux/include/linux/ |
H A D | tracepoint.h | 217 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument 218 #define __DEFINE_RUST_DO_TRACE(name, proto, args) \ argument 235 #define __DECLARE_TRACE_COMMON(name, proto, args, data_proto) \ argument 269 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 288 #define __DECLARE_TRACE_SYSCALL(name, proto, arg argument 314 __DEFINE_TRACE_EXT(_name,_ext,proto,args) global() argument 384 __DECLARE_TRACE_COMMON(name,proto,args,data_proto) global() argument 408 __DECLARE_TRACE(name,proto,args,cond,data_proto) global() argument 411 __DECLARE_TRACE_SYSCALL(name,proto,args,data_proto) global() argument 414 DEFINE_TRACE_FN(name,reg,unreg,proto,args) global() argument 415 DEFINE_TRACE_SYSCALL(name,reg,unreg,proto,args) global() argument 416 DEFINE_TRACE(name,proto,args) global() argument 466 DECLARE_TRACE(name,proto,args) global() argument 471 DECLARE_TRACE_CONDITION(name,proto,args,cond) global() argument 476 DECLARE_TRACE_SYSCALL(name,proto,args) global() argument 480 DECLARE_TRACE_EVENT(name,proto,args) global() argument 485 DECLARE_TRACE_EVENT_CONDITION(name,proto,args,cond) global() argument 490 DECLARE_TRACE_EVENT_SYSCALL(name,proto,args) global() argument 606 DECLARE_EVENT_CLASS(name,proto,args,tstruct,assign,print) global() argument 607 DEFINE_EVENT(template,name,proto,args) global() argument 609 DEFINE_EVENT_FN(template,name,proto,args,reg,unreg) global() argument 611 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 613 DEFINE_EVENT_CONDITION(template,name,proto,args,cond) global() argument 618 TRACE_EVENT(name,proto,args,struct,assign,print) global() argument 620 TRACE_EVENT_FN(name,proto,args,struct,assign,print,reg,unreg) global() argument 623 TRACE_EVENT_FN_COND(name,proto,args,cond,struct,assign,print,reg,unreg) global() argument 627 TRACE_EVENT_CONDITION(name,proto,args,cond,struct,assign,print) global() argument 631 TRACE_EVENT_SYSCALL(name,proto,args,struct,assign,print,reg,unreg) global() argument 639 DECLARE_EVENT_NOP(name,proto,args) global() argument 647 TRACE_EVENT_NOP(name,proto,args,struct,assign,print) global() argument 650 DECLARE_EVENT_CLASS_NOP(name,proto,args,tstruct,assign,print) global() argument 651 DEFINE_EVENT_NOP(template,name,proto,args) global() argument [all...] |
/linux/net/8021q/ |
H A D | vlan_core.c | 164 __be16 proto; member 169 static bool vlan_hw_filter_capable(const struct net_device *dev, __be16 proto) in vlan_hw_filter_capable() argument 181 __be16 proto, u16 vid) in vlan_vid_info_get() argument 192 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid) in vlan_vid_info_alloc() argument 205 vlan_add_rx_filter_info(struct net_device * dev,__be16 proto,u16 vid) vlan_add_rx_filter_info() argument 216 vlan_kill_rx_filter_info(struct net_device * dev,__be16 proto,u16 vid) vlan_kill_rx_filter_info() argument 254 vlan_filter_push_vids(struct vlan_info * vlan_info,__be16 proto) vlan_filter_push_vids() argument 283 vlan_filter_drop_vids(struct vlan_info * vlan_info,__be16 proto) vlan_filter_drop_vids() argument 295 __vlan_vid_add(struct vlan_info * vlan_info,__be16 proto,u16 vid,struct vlan_vid_info ** pvid_info) __vlan_vid_add() argument 318 vlan_vid_add(struct net_device * dev,__be16 proto,u16 vid) vlan_vid_add() argument 358 __be16 proto = vid_info->proto; __vlan_vid_del() local 371 vlan_vid_del(struct net_device * dev,__be16 proto,u16 vid) vlan_vid_del() argument [all...] |
/linux/tools/testing/selftests/net/ |
H A D | reuseport_addr_any.c | 29 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, in build_rcv_fd() argument 87 static int connect_and_send(int family, int proto) in connect_and_send() argument 149 static int receive_once(int epfd, int proto) in receive_once() argument 175 static void test(int *rcv_fds, int count, int family, int proto, int fd) in test() argument 202 run_one_test(int fam_send,int fam_rcv,int proto,const char * addr_str) run_one_test() argument 225 test_proto(int proto,const char * proto_str) test_proto() argument [all...] |
H A D | reuseport_dualstack.c | 31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd() argument 73 static void send_from_v4(int proto) in send_from_v4() argument 102 static int receive_once(int epfd, int proto) in receive_once() argument 128 static void test(int *rcv_fds, int count, int proto) in test() argument [all...] |
H A D | sk_so_peek_off.c | 13 static char *afstr(int af, int proto) in afstr() argument 21 int sk_peek_offset_probe(sa_family_t af, int proto) in sk_peek_offset_probe() argument 57 static int sk_peek_offset_test(sa_family_t af, int proto) in sk_peek_offset_test() argument 170 do_test(int proto) do_test() argument [all...] |
H A D | reuseport_bpf_cpu.c | 34 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() argument 94 static void send_from_cpu(int cpu_id, int family, int proto) in send_from_cpu() argument 151 void receive_on_cpu(int *rcv_fd, int len, int epfd, int cpu_id, int proto) in receive_on_cpu() argument 184 static void test(int *rcv_fd, int len, int family, int proto) in test() argument [all...] |
H A D | reuseport_bpf_numa.c | 30 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() argument 107 static void send_from_node(int node_id, int family, int proto) in send_from_node() argument 161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node() argument 194 static void test(int *rcv_fd, int len, int family, int proto) in test() argument [all...] |
/linux/net/ipv4/ |
H A D | gre_demux.c | 31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() argument 41 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() argument 63 bool *csum_err, __be16 proto, int nhs) in gre_parse_header() argument 148 const struct gre_protocol *proto; gre_rcv() local 176 const struct gre_protocol *proto; gre_err() local [all...] |
/linux/include/net/ |
H A D | sock.h | 1249 struct proto { struct 1367 int proto_register(struct proto *prot, int alloc_slab); argument 1261 acceptproto global() argument 1263 ioctlproto global() argument 1265 initproto global() argument 1266 destroyproto global() argument 1267 shutdownproto global() argument 1268 setsockoptproto global() argument 1271 getsockoptproto global() argument 1274 keepaliveproto global() argument 1276 compat_ioctlproto global() argument 1279 sendmsgproto global() argument 1281 recvmsgproto global() argument 1283 splice_eofproto global() argument 1284 bindproto global() argument 1286 bind_addproto global() argument 1289 backlog_rcvproto global() argument 1291 bpf_bypass_getsockoptproto global() argument 1294 release_cbproto global() argument 1297 hashproto global() argument 1298 unhashproto global() argument 1299 rehashproto global() argument 1300 get_portproto global() argument 1301 put_portproto global() argument 1303 psock_update_sk_protproto global() argument 1310 inuse_idxproto global() argument 1313 stream_memory_freeproto global() argument 1314 sock_is_readableproto global() argument 1316 enter_memory_pressureproto global() argument 1317 leave_memory_pressureproto global() argument 1318 memory_allocatedproto global() argument 1319 per_cpu_fw_allocproto global() argument 1320 sockets_allocatedproto global() argument 1329 memory_pressureproto global() argument 1330 sysctl_memproto global() argument 1332 sysctl_wmemproto global() argument 1333 sysctl_rmemproto global() argument 1334 sysctl_wmem_offsetproto global() argument 1335 sysctl_rmem_offsetproto global() argument 1337 max_headerproto global() argument 1338 no_autobindproto global() argument 1340 slabproto global() argument 1341 obj_sizeproto global() argument 1342 ipv6_pinfo_offsetproto global() argument 1343 slab_flagsproto global() argument 1857 sock_replace_proto(struct sock * sk,struct proto * proto) sock_replace_proto() argument 2939 sk_get_wmem0(const struct sock * sk,const struct proto * proto) sk_get_wmem0() argument 2948 sk_get_rmem0(const struct sock * sk,const struct proto * proto) sk_get_rmem0() argument [all...] |
H A D | proto_memory.h | 53 static inline void proto_memory_pcpu_drain(struct proto *proto) in proto_memory_pcpu_drain() argument 64 struct proto *proto = sk->sk_prot; in sk_memory_allocated_add() local 75 struct proto *proto = sk->sk_prot; sk_memory_allocated_sub() local [all...] |
/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 62 struct proto { struct 73 struct proto protos[IDX_COUNT]; argument 304 struct proto *proto = get_proto(dev, pid); in ppp_cp_event() local 66 pidproto global() argument 438 struct proto *proto; ppp_rx() local 564 struct proto *proto = timer_container_of(proto, t, timer); ppp_timer() local 621 struct proto *proto = &ppp->protos[i]; ppp_start() local 644 static struct hdlc_proto proto = { global() variable [all...] |
/linux/net/802/ |
H A D | psnap.c | 31 struct datalink_proto *proto = NULL, *p; in find_snap_client() local 49 struct datalink_proto *proto; in snap_rcv() local 128 struct datalink_proto *proto = NULL; in register_snap_client() local 152 unregister_snap_client(struct datalink_proto * proto) unregister_snap_client() argument [all...] |
H A D | stp.c | 35 const struct stp_proto *proto; in stp_pdu_rcv() local 62 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() argument 85 stp_proto_unregister(const struct stp_proto * proto) stp_proto_unregister() argument [all...] |
/linux/arch/sparc/include/asm/ |
H A D | checksum_64.h | 67 __u32 len, __u8 proto, in csum_tcpudp_nofold() argument 86 __u32 len, __u8 proto, in csum_tcpudp_magic() argument 96 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic() argument
|
/linux/sound/usb/ |
H A D | clock.c | 40 #define DESC_LENGTH_CHECK(p, proto) \ argument 45 #define GET_VAL(p, proto, field) \ argument 50 u8 type, int proto) in find_uac_clock_desc() argument 63 static bool validate_clock_source(void *p, int id, int proto) in validate_clock_source() argument 72 static bool validate_clock_selector(void *p, int id, int proto) in validate_clock_selector() argument 91 validate_clock_multiplier(void * p,int id,int proto) validate_clock_multiplier() argument 297 int proto = fmt->protocol; __uac_clock_find_source() local [all...] |
/linux/net/netfilter/ipset/ |
H A D | ip_set_getport.c | 26 bool src, __be16 *port, u8 *proto) in get_port() argument 99 __be16 *port, u8 *proto) in ip_set_get_ip4_port() argument 133 __be16 *port, u8 *proto) in ip_set_get_ip6_port() argument
|
/linux/arch/m68k/include/asm/ |
H A D | checksum.h | 83 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() argument 103 unsigned short proto, __wsum sum) in csum_tcpudp_magic() argument 121 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic() argument
|
/linux/arch/arm/include/asm/ |
H A D | checksum.h | 101 __u8 proto, __wsum sum) in csum_tcpudp_nofold() argument 138 __u8 proto, __wsum sum) in csum_tcpudp_magic() argument 161 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic() argument
|
/linux/arch/parisc/include/asm/ |
H A D | checksum.h | 75 __u32 len, __u8 proto, in csum_tcpudp_nofold() argument 93 __u32 len, __u8 proto, in csum_tcpudp_magic() argument 112 __u32 len, __u8 proto, in csum_ipv6_magic() argument
|
/linux/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 13 enum ip_conntrack_info ctinfo, u16 proto) in nf_ct_helper() argument 79 u8 proto, bool nat, struct nf_conntrack_helper **hp) in nf_ct_add_helper() argument 145 nf_ct_handle_fragments(struct net * net,struct sk_buff * skb,u16 zone,u8 family,u8 * proto,u16 * mru) nf_ct_handle_fragments() argument [all...] |
/linux/arch/s390/include/asm/ |
H A D | checksum.h | 77 __u8 proto, __wsum sum) in csum_tcpudp_nofold() argument 94 __u8 proto, __wsum sum) in csum_tcpudp_magic() argument 110 __u32 len, __u8 proto, __wsum csum) in csum_ipv6_magic() argument
|