| /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 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 60 #define DEFINE_EVENT(template, name, proto, args) \ argument 64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 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, 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 …]
|
| H A D | bpf_probe.h | 45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument 53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 56 #define __BPF_DECLARE_TRACE_SYSCALL(call, proto, args) \ argument 67 DECLARE_EVENT_SYSCALL_CLASS(call,proto,args,tstruct,assign,print) global() argument 75 __DEFINE_EVENT(template,call,proto,args,size) global() argument 96 __CHECK_WRITABLE_BUF_SIZE(call,proto,args,size) global() argument 108 DEFINE_EVENT_WRITABLE(template,call,proto,args,size) global() argument 113 DEFINE_EVENT(template,call,proto,args) global() argument 117 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 121 DECLARE_TRACE(call,proto,args) global() argument 126 DECLARE_TRACE_WRITABLE(call,proto,args,size) global() argument [all...] |
| /linux/include/linux/ |
| H A D | tracepoint.h | 239 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument 240 #define __DEFINE_RUST_DO_TRACE(name, proto, args) \ argument 266 #define __DECLARE_TRACE_COMMON(name, proto, args, data_proto) \ argument 300 __DECLARE_TRACE(name,proto,args,cond,data_proto) global() argument 324 __DECLARE_TRACE_SYSCALL(name,proto,args,data_proto) global() argument 356 __DEFINE_TRACE_EXT(_name,_ext,proto,args) global() argument 435 __DECLARE_TRACE_COMMON(name,proto,args,data_proto) global() argument 461 __DECLARE_TRACE(name,proto,args,cond,data_proto) global() argument 464 __DECLARE_TRACE_SYSCALL(name,proto,args,data_proto) global() argument 467 DEFINE_TRACE_FN(name,reg,unreg,proto,args) global() argument 468 DEFINE_TRACE_SYSCALL(name,reg,unreg,proto,args) global() argument 469 DEFINE_TRACE(name,proto,args) global() argument 519 DECLARE_TRACE(name,proto,args) global() argument 524 DECLARE_TRACE_CONDITION(name,proto,args,cond) global() argument 529 DECLARE_TRACE_SYSCALL(name,proto,args) global() argument 533 DECLARE_TRACE_EVENT(name,proto,args) global() argument 538 DECLARE_TRACE_EVENT_CONDITION(name,proto,args,cond) global() argument 543 DECLARE_TRACE_EVENT_SYSCALL(name,proto,args) global() argument 659 DECLARE_EVENT_CLASS(name,proto,args,tstruct,assign,print) global() argument 660 DEFINE_EVENT(template,name,proto,args) global() argument 662 DEFINE_EVENT_FN(template,name,proto,args,reg,unreg) global() argument 664 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 666 DEFINE_EVENT_CONDITION(template,name,proto,args,cond) global() argument 671 TRACE_EVENT(name,proto,args,struct,assign,print) global() argument 673 TRACE_EVENT_FN(name,proto,args,struct,assign,print,reg,unreg) global() argument 676 TRACE_EVENT_FN_COND(name,proto,args,cond,struct,assign,print,reg,unreg) global() argument 680 TRACE_EVENT_CONDITION(name,proto,args,cond,struct,assign,print) global() argument 684 TRACE_EVENT_SYSCALL(name,proto,args,struct,assign,print,reg,unreg) global() argument 692 DECLARE_EVENT_NOP(name,proto,args) global() argument 700 TRACE_EVENT_NOP(name,proto,args,struct,assign,print) global() argument 703 DECLARE_EVENT_CLASS_NOP(name,proto,args,tstruct,assign,print) global() argument 704 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() 181 __be16 proto, u16 vid) in vlan_vid_info_get() 192 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid) in vlan_vid_info_alloc() 205 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_add_rx_filter_info() 216 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_kill_rx_filter_info() 254 int vlan_filter_push_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_push_vids() 283 void vlan_filter_drop_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_drop_vids() 295 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid, in __vlan_vid_add() 318 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add() [all …]
|
| /linux/include/net/ |
| H A D | sock.h | 1291 struct proto { struct 1407 int proto_register(struct proto *prot, int alloc_slab); argument 1303 acceptproto global() argument 1305 ioctlproto global() argument 1307 initproto global() argument 1308 destroyproto global() argument 1309 shutdownproto global() argument 1310 setsockoptproto global() argument 1313 getsockoptproto global() argument 1316 keepaliveproto global() argument 1318 compat_ioctlproto global() argument 1321 sendmsgproto global() argument 1323 recvmsgproto global() argument 1325 splice_eofproto global() argument 1326 bindproto global() argument 1328 bind_addproto global() argument 1331 backlog_rcvproto global() argument 1333 bpf_bypass_getsockoptproto global() argument 1336 release_cbproto global() argument 1339 hashproto global() argument 1340 unhashproto global() argument 1341 rehashproto global() argument 1342 get_portproto global() argument 1343 put_portproto global() argument 1345 psock_update_sk_protproto global() argument 1352 inuse_idxproto global() argument 1355 stream_memory_freeproto global() argument 1356 sock_is_readableproto global() argument 1358 enter_memory_pressureproto global() argument 1359 leave_memory_pressureproto global() argument 1360 memory_allocatedproto global() argument 1361 per_cpu_fw_allocproto global() argument 1362 sockets_allocatedproto global() argument 1371 memory_pressureproto global() argument 1372 sysctl_memproto global() argument 1374 sysctl_wmemproto global() argument 1375 sysctl_rmemproto global() argument 1376 sysctl_wmem_offsetproto global() argument 1377 sysctl_rmem_offsetproto global() argument 1379 max_headerproto global() argument 1380 no_autobindproto global() argument 1382 slabproto global() argument 1383 obj_sizeproto global() argument 1907 sock_replace_proto(struct sock * sk,struct proto * proto) sock_replace_proto() argument 3070 sk_get_wmem0(const struct sock * sk,const struct proto * proto) sk_get_wmem0() argument 3079 sk_get_rmem0(const struct sock * sk,const struct proto * proto) sk_get_rmem0() argument [all...] |
| H A D | tun_proto.h | 16 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()
|
| /linux/tools/testing/selftests/net/ |
| H A D | reuseport_addr_any.c | 34 build_rcv_fd(int family,int proto,int * rcv_fds,int count,const char * addr_str) build_rcv_fd() argument 101 connect_and_send(int family,int proto) connect_and_send() argument 168 receive_once(int epfd,int proto) receive_once() argument 194 test(int * rcv_fds,int count,int family,int proto,int fd) test() argument 221 run_one_test(int fam_send,int fam_rcv,int proto,const char * addr_str) run_one_test() argument 244 test_proto(int proto,const char * proto_str) test_proto() argument [all...] |
| H A D | reuseport_dualstack.c | 31 build_rcv_fd(int family,int proto,int * rcv_fds,int count) build_rcv_fd() argument 73 send_from_v4(int proto) send_from_v4() argument 102 receive_once(int epfd,int proto) receive_once() argument 128 test(int * rcv_fds,int count,int proto) test() argument [all...] |
| H A D | sk_so_peek_off.c | 13 static char *afstr(int af, int proto) in afstr() 21 int sk_peek_offset_probe(sa_family_t af, int proto) in sk_peek_offset_probe() 57 static int sk_peek_offset_test(sa_family_t af, int proto) in sk_peek_offset_test() 170 static int do_test(int proto) in do_test()
|
| 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/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 void unregister_snap_client(struct datalink_proto *proto) in unregister_snap_client()
|
| 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() 85 void stp_proto_unregister(const struct stp_proto *proto) in stp_proto_unregister()
|
| /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() 63 static bool validate_clock_source(void *p, int id, int proto) in validate_clock_source() 72 static bool validate_clock_selector(void *p, int id, int proto) in validate_clock_selector() 91 static bool validate_clock_multiplier(void *p, int id, int proto) in validate_clock_multiplier() 304 int proto = fmt->protocol; in __uac_clock_find_source() local
|
| /linux/arch/sparc/include/asm/ |
| H A D | checksum_64.h | 67 __u32 len, __u8 proto, in csum_tcpudp_nofold() 86 __u32 len, __u8 proto, in csum_tcpudp_magic() 96 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_getport.c | 26 bool src, __be16 *port, u8 *proto) in get_port() 99 __be16 *port, u8 *proto) in ip_set_get_ip4_port() 133 __be16 *port, u8 *proto) in ip_set_get_ip6_port()
|
| /linux/arch/m68k/include/asm/ |
| H A D | checksum.h | 83 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 103 unsigned short proto, __wsum sum) in csum_tcpudp_magic() 121 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
| /linux/arch/arm/include/asm/ |
| H A D | checksum.h | 101 __u8 proto, __wsum sum) in csum_tcpudp_nofold() 138 __u8 proto, __wsum sum) in csum_tcpudp_magic() 161 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
| /linux/include/uapi/linux/ |
| H A 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
|
| /linux/drivers/net/wan/ |
| H A D | hdlc.c | 201 struct hdlc_proto *proto = first_proto; in hdlc_ioctl() local 272 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() 323 void register_hdlc_protocol(struct hdlc_proto *proto) in register_hdlc_protocol() 332 void unregister_hdlc_protocol(struct hdlc_proto *proto) in unregister_hdlc_protocol()
|
| /linux/arch/s390/include/asm/ |
| H A D | checksum.h | 77 __u8 proto, __wsum sum) in csum_tcpudp_nofold() 94 __u8 proto, __wsum sum) in csum_tcpudp_magic() 110 __u32 len, __u8 proto, __wsum csum) in csum_ipv6_magic()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.c | 146 enum nvkm_ior_proto proto; in nvkm_outp_acquire_or() local 295 enum nvkm_ior_proto proto; in nvkm_outp_inherit() local 331 enum nvkm_ior_proto proto; in nvkm_outp_init() local 379 enum nvkm_ior_proto proto; in nvkm_outp_new_() local
|
| /linux/arch/x86/include/asm/ |
| H A D | checksum_32.h | 110 __u32 len, __u8 proto, in csum_tcpudp_nofold() 128 __u32 len, __u8 proto, in csum_tcpudp_magic() 147 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
| /linux/include/linux/netfilter/ipset/ |
| H A 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()
|