/Linux-v5.4/include/trace/ |
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_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 …]
|
D | trace_events.h | 73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 121 #define DEFINE_EVENT(template, name, proto, args) \ argument 126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 135 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 141 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 209 #define DEFINE_EVENT(template, name, proto, args) argument 212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument [all …]
|
D | perf.h | 31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 79 #define DEFINE_EVENT(template, call, proto, args) \ argument 87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
D | bpf_probe.h | 59 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 72 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 89 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 102 #define DEFINE_EVENT(template, call, proto, args) \ argument 106 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
/Linux-v5.4/include/linux/ |
D | tracepoint.h | 162 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument 206 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 231 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 395 #define DECLARE_TRACE(name, proto, args) \ argument 401 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 519 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 520 #define DEFINE_EVENT(template, name, proto, args) \ argument 522 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument [all …]
|
/Linux-v5.4/net/8021q/ |
D | vlan_core.c | 163 __be16 proto; member 168 static bool vlan_hw_filter_capable(const struct net_device *dev, __be16 proto) in vlan_hw_filter_capable() 180 __be16 proto, u16 vid) in vlan_vid_info_get() 191 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid) in vlan_vid_info_alloc() 204 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_add_rx_filter_info() 215 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_kill_rx_filter_info() 253 int vlan_filter_push_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_push_vids() 282 void vlan_filter_drop_vids(struct vlan_info *vlan_info, __be16 proto) in vlan_filter_drop_vids() 294 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid, in __vlan_vid_add() 317 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add() [all …]
|
/Linux-v5.4/net/ipv4/ |
D | gre_demux.c | 31 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() 61 bool *csum_err, __be16 proto, int nhs) in gre_parse_header() 140 const struct gre_protocol *proto; in gre_rcv() local 168 const struct gre_protocol *proto; in gre_err() local
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | reuseport_addr_any.c | 30 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, in build_rcv_fd() 97 static int connect_and_send(int family, int proto) in connect_and_send() 164 static int receive_once(int epfd, int proto) in receive_once() 190 static void test(int *rcv_fds, int count, int family, int proto, int fd) in test() 217 static void run_one_test(int fam_send, int fam_rcv, int proto, in run_one_test() 240 static void test_proto(int proto, const char *proto_str) in test_proto()
|
D | reuseport_dualstack.c | 31 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()
|
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() 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()
|
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() 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-v5.4/include/net/ |
D | sock.h | 1067 struct proto { struct 1068 void (*close)(struct sock *sk, 1070 int (*pre_connect)(struct sock *sk, 1073 int (*connect)(struct sock *sk, 1076 int (*disconnect)(struct sock *sk, int flags); 1078 struct sock * (*accept)(struct sock *sk, int flags, int *err, 1081 int (*ioctl)(struct sock *sk, int cmd, 1083 int (*init)(struct sock *sk); 1084 void (*destroy)(struct sock *sk); 1085 void (*shutdown)(struct sock *sk, int how); [all …]
|
D | tun_proto.h | 15 static inline __be16 tun_p_to_eth_p(u8 proto) in tun_p_to_eth_p() 32 static inline u8 tun_p_from_eth_p(__be16 proto) in tun_p_from_eth_p()
|
/Linux-v5.4/net/802/ |
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()
|
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()
|
D | p8022.c | 38 struct datalink_proto *proto; in register_8022_client() local 54 void unregister_8022_client(struct datalink_proto *proto) in unregister_8022_client()
|
/Linux-v5.4/drivers/net/wan/ |
D | hdlc_ppp.c | 62 struct proto { struct 66 u16 pid; /* protocol ID */ argument 73 struct proto protos[IDX_COUNT]; argument 306 struct proto *proto = get_proto(dev, pid); in ppp_cp_event() local 434 struct proto *proto; in ppp_rx() local 560 struct proto *proto = from_timer(proto, t, timer); in ppp_timer() local 611 struct proto *proto = &ppp->protos[i]; in ppp_start() local 633 static struct hdlc_proto proto = { variable
|
D | hdlc.c | 197 struct hdlc_proto *proto = first_proto; in hdlc_ioctl() local 267 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() 318 void register_hdlc_protocol(struct hdlc_proto *proto) in register_hdlc_protocol() 327 void unregister_hdlc_protocol(struct hdlc_proto *proto) in unregister_hdlc_protocol()
|
/Linux-v5.4/net/netfilter/ipset/ |
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() 156 u8 proto; in ip_set_get_ip_port() local
|
/Linux-v5.4/arch/arm/include/asm/ |
D | checksum.h | 89 __u8 proto, __wsum sum) in csum_tcpudp_nofold() 126 __u8 proto, __wsum sum) in csum_tcpudp_magic() 149 __u32 len, __u8 proto, __wsum sum) in csum_ipv6_magic()
|
/Linux-v5.4/arch/m68k/include/asm/ |
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-v5.4/include/linux/netfilter/ipset/ |
D | ip_set_getport.h | 17 __be16 *port, u8 *proto) in ip_set_get_ip6_port() 26 static inline bool ip_set_proto_with_ports(u8 proto) in ip_set_proto_with_ports()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | checksum.h | 89 __u32 len, __u8 proto, in csum_tcpudp_nofold() 107 __u32 len, __u8 proto, in csum_tcpudp_magic() 126 __u32 len, __u8 proto, in csum_ipv6_magic()
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | brcms_trace_events.h | 27 #define TRACE_EVENT(name, proto, ...) \ argument 32 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
|
/Linux-v5.4/include/uapi/linux/ |
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
|