Home
last modified time | relevance | path

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

12345678910>>...19

/linux/include/trace/
H A 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_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 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 …]
H A Dbpf_probe.h45 #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 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
96 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
113 #define DEFINE_EVENT(template, call, proto, args) \ argument
117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
121 #define DECLARE_TRACE(call, proto, args) \ argument
[all …]
/linux/include/linux/
H A Dtracepoint.h238 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument
239 #define __DEFINE_RUST_DO_TRACE(name, proto, args) \ argument
265 #define __DECLARE_TRACE_COMMON(name, proto, args, data_proto) \ argument
299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
323 #define __DECLARE_TRACE_SYSCALL(name, proto, args, data_proto) \ argument
355 #define __DEFINE_TRACE_EXT(_name, _ext, proto, args) \ argument
427 #define __DECLARE_TRACE_COMMON(name, proto, args, data_proto) \ argument
453 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
456 #define __DECLARE_TRACE_SYSCALL(name, proto, args, data_proto) \ argument
459 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
[all …]
/linux/net/8021q/
H A Dvlan_core.c164 __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 Dsock.h1291 struct proto { struct
1303 struct proto_accept_arg *arg); argument
1305 int (*ioctl)(struct sock *sk, int cmd,
1307 int (*init)(struct sock *sk);
1308 void (*destroy)(struct sock *sk);
1309 void (*shutdown)(struct sock *sk, int how);
1310 int (*setsockopt)(struct sock *sk, int level,
1313 int (*getsockopt)(struct sock *sk, int level,
1316 void (*keepalive)(struct sock *sk, int valbool);
1318 int (*compat_ioctl)(struct sock *sk,
[all …]
H A 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()
/linux/tools/testing/selftests/net/
H A Dreuseport_addr_any.c34 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 Dreuseport_dualstack.c31 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 Dsk_so_peek_off.c13 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 Dreuseport_bpf_cpu.c34 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 Dreuseport_bpf_numa.c30 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 Dpsnap.c31 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 Dstp.c35 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 Dclock.c40 #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 Dchecksum_64.h67 __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 Dip_set_getport.c26 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 Dchecksum.h83 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 Dchecksum.h101 __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 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
/linux/drivers/net/wan/
H A Dhdlc.c201 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 Dchecksum.h77 __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 Doutp.c146 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 Dchecksum_32.h110 __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 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()

12345678910>>...19