Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.3-rc2/include/trace/
A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
61 #define DEFINE_EVENT(template, name, proto, args) \ 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
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
363 #define _TRACE_PERF_PROTO(call, proto) \ argument
371 #define _TRACE_PERF_PROTO(call, proto) argument
413 #define DEFINE_EVENT(template, call, proto, args) \ argument
[all …]
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 …]
A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, 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
72 #define DECLARE_TRACE(name, proto, args) \ argument
[all …]
A Dbpf_probe.h43 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument
52 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
60 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
81 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
93 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
98 #define DEFINE_EVENT(template, call, proto, args) \ argument
102 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
106 #define DECLARE_TRACE(call, proto, args) \ argument
111 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
A 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
/linux-6.3-rc2/include/linux/
A Dtracepoint.h228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
338 #define DEFINE_TRACE(name, proto, args) \ argument
378 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
379 #define DEFINE_TRACE(name, proto, args) argument
429 #define DECLARE_TRACE(name, proto, args) \ argument
552 #define DEFINE_EVENT(template, name, proto, args) \ argument
558 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
565 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument
572 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
[all …]
/linux-6.3-rc2/net/8021q/
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()
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()
358 __be16 proto = vid_info->proto; in __vlan_vid_del() local
[all …]
/linux-6.3-rc2/include/net/
A Dsock.h1234 struct proto { struct
1296 unsigned int inuse_idx;
1319 long *sysctl_mem;
1321 int *sysctl_wmem;
1322 int *sysctl_rmem;
1323 u32 sysctl_wmem_offset;
1326 int max_header;
1327 bool no_autobind;
1329 struct kmem_cache *slab;
1330 unsigned int obj_size;
[all …]
A Dgro.h33 u16 proto; member
180 static inline __wsum inet_gro_compute_pseudo(struct sk_buff *skb, int proto) in inet_gro_compute_pseudo()
246 #define __skb_gro_checksum_validate(skb, proto, zero_okay, check, \ argument
258 #define skb_gro_checksum_validate(skb, proto, compute_pseudo) \ argument
261 #define skb_gro_checksum_validate_zero_check(skb, proto, check, \ argument
281 #define skb_gro_checksum_try_convert(skb, proto, compute_pseudo) \ argument
418 static inline __wsum ip6_gro_compute_pseudo(struct sk_buff *skb, int proto) in ip6_gro_compute_pseudo()
/linux-6.3-rc2/net/ipv4/
A Dgre_demux.c31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol()
41 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol()
63 bool *csum_err, __be16 proto, int nhs) in gre_parse_header()
148 const struct gre_protocol *proto; in gre_rcv() local
176 const struct gre_protocol *proto; in gre_err() local
/linux-6.3-rc2/tools/testing/selftests/net/
A Dreuseport_addr_any.c34 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, in build_rcv_fd()
101 static int connect_and_send(int family, int proto) in connect_and_send()
168 static int receive_once(int epfd, int proto) in receive_once()
194 static void test(int *rcv_fds, int count, int family, int proto, int fd) in test()
221 static void run_one_test(int fam_send, int fam_rcv, int proto, in run_one_test()
244 static void test_proto(int proto, const char *proto_str) in test_proto()
A Dreuseport_dualstack.c31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd()
73 static void send_from_v4(int proto) in send_from_v4()
102 static int receive_once(int epfd, int proto) in receive_once()
128 static void test(int *rcv_fds, int count, int proto) in test()
A Dreuseport_bpf_cpu.c34 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group()
94 static void send_from_cpu(int cpu_id, int family, int proto) in send_from_cpu()
151 void receive_on_cpu(int *rcv_fd, int len, int epfd, int cpu_id, int proto) in receive_on_cpu()
184 static void test(int *rcv_fd, int len, int family, int proto) in test()
A Dreuseport_bpf_numa.c30 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group()
107 static void send_from_node(int node_id, int family, int proto) in send_from_node()
161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node()
194 static void test(int *rcv_fd, int len, int family, int proto) in test()
/linux-6.3-rc2/drivers/net/wan/
A Dhdlc_ppp.c62 struct proto { struct
66 u16 pid; /* protocol ID */ argument
73 struct proto protos[IDX_COUNT]; argument
304 struct proto *proto = get_proto(dev, pid); in ppp_cp_event() local
438 struct proto *proto; in ppp_rx() local
564 struct proto *proto = from_timer(proto, t, timer); in ppp_timer() local
621 struct proto *proto = &ppp->protos[i]; in ppp_start() local
644 static struct hdlc_proto proto = { variable
/linux-6.3-rc2/net/802/
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()
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-6.3-rc2/arch/sparc/include/asm/
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-6.3-rc2/net/netfilter/ipset/
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-6.3-rc2/arch/m68k/include/asm/
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-6.3-rc2/net/netfilter/
A Dnf_conntrack_ovs.c12 enum ip_conntrack_info ctinfo, u16 proto) in nf_ct_helper()
78 u8 proto, bool nat, struct nf_conntrack_helper **hp) in nf_ct_add_helper()
138 u16 zone, u8 family, u8 *proto, u16 *mru) in nf_ct_handle_fragments()
/linux-6.3-rc2/sound/usb/
A Dclock.c39 #define GET_VAL(p, proto, field) \ argument
44 u8 type, int proto) in find_uac_clock_desc()
57 static bool validate_clock_source(void *p, int id, int proto) in validate_clock_source()
64 static bool validate_clock_selector(void *p, int id, int proto) in validate_clock_selector()
71 static bool validate_clock_multiplier(void *p, int id, int proto) in validate_clock_multiplier()
263 int proto = fmt->protocol; in __uac_clock_find_source() local
/linux-6.3-rc2/arch/arm/include/asm/
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-6.3-rc2/arch/parisc/include/asm/
A Dchecksum.h75 __u32 len, __u8 proto, in csum_tcpudp_nofold()
93 __u32 len, __u8 proto, in csum_tcpudp_magic()
112 __u32 len, __u8 proto, in csum_ipv6_magic()
/linux-6.3-rc2/arch/s390/include/asm/
A Dchecksum.h87 __u8 proto, __wsum sum) in csum_tcpudp_nofold()
104 __u8 proto, __wsum sum) in csum_tcpudp_magic()
120 __u32 len, __u8 proto, __wsum csum) in csum_ipv6_magic()

Completed in 37 milliseconds

12345678910>>...23