/linux-3.4.99/include/trace/ |
D | ftrace.h | 31 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 60 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 70 #define DEFINE_EVENT(template, name, proto, args) \ argument 75 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 80 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 124 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 130 #define DEFINE_EVENT(template, name, proto, args) argument 133 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 225 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 263 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument [all …]
|
D | define_trace.h | 26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 39 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 44 #define DEFINE_EVENT(template, name, proto, args) \ argument 48 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 52 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument 56 #define DECLARE_TRACE(name, proto, args) \ argument 83 #define DECLARE_TRACE(name, proto, args) argument
|
/linux-3.4.99/include/linux/ |
D | tracepoint.h | 123 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument 150 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 211 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 256 #define DECLARE_TRACE(name, proto, args) \ argument 261 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 376 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 377 #define DEFINE_EVENT(template, name, proto, args) \ argument 379 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 381 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument 386 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument [all …]
|
D | if_arcnet.h | 60 __u8 proto; /* protocol ID field - varies */ member 72 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member 83 __u8 proto; /* Always ARC_P_ETHER */ member 91 __u8 proto; member
|
/linux-3.4.99/net/ipv4/ |
D | gre.c | 30 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() 50 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() 73 const struct gre_protocol *proto; in gre_rcv() local 101 const struct gre_protocol *proto; in gre_err() local
|
/linux-3.4.99/net/802/ |
D | psnap.c | 35 struct datalink_proto *proto = NULL, *p; in find_snap_client() local 53 struct datalink_proto *proto; in snap_rcv() local 132 struct datalink_proto *proto = NULL; in register_snap_client() local 156 void unregister_snap_client(struct datalink_proto *proto) in unregister_snap_client()
|
D | stp.c | 38 const struct stp_proto *proto; in stp_pdu_rcv() local 65 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() 88 void stp_proto_unregister(const struct stp_proto *proto) in stp_proto_unregister()
|
D | p8022.c | 42 struct datalink_proto *proto; in register_8022_client() local 58 void unregister_8022_client(struct datalink_proto *proto) in unregister_8022_client()
|
/linux-3.4.99/include/net/ |
D | sock.h | 812 struct proto { struct 813 void (*close)(struct sock *sk, 815 int (*connect)(struct sock *sk, 818 int (*disconnect)(struct sock *sk, int flags); 820 struct sock * (*accept) (struct sock *sk, int flags, int *err); 822 int (*ioctl)(struct sock *sk, int cmd, 824 int (*init)(struct sock *sk); 825 void (*destroy)(struct sock *sk); 826 void (*shutdown)(struct sock *sk, int how); 827 int (*setsockopt)(struct sock *sk, int level, [all …]
|
/linux-3.4.99/net/netfilter/ipset/ |
D | ip_set_getport.c | 25 bool src, __be16 *port, u8 *proto) in get_port() 98 __be16 *port, u8 *proto) in ip_set_get_ip4_port() 115 __be16 *port, u8 *proto) in ip_set_get_ip6_port() 136 u8 proto; in ip_set_get_ip_port() local
|
/linux-3.4.99/drivers/net/wan/ |
D | hdlc_ppp.c | 65 struct proto { struct 69 u16 pid; /* protocol ID */ argument 76 struct proto protos[IDX_COUNT]; argument 309 struct proto *proto = get_proto(dev, pid); in ppp_cp_event() local 437 struct proto *proto; in ppp_rx() local 563 struct proto *proto = (struct proto *)arg; in ppp_timer() local 611 struct proto *proto = &ppp->protos[i]; in ppp_start() local 635 static struct hdlc_proto proto = { variable
|
D | hdlc.c | 208 struct hdlc_proto *proto = first_proto; in hdlc_ioctl() local 275 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() 312 void register_hdlc_protocol(struct hdlc_proto *proto) in register_hdlc_protocol() 321 void unregister_hdlc_protocol(struct hdlc_proto *proto) in unregister_hdlc_protocol()
|
/linux-3.4.99/include/linux/netfilter/ipset/ |
D | ip_set_getport.h | 12 __be16 *port, u8 *proto) in ip_set_get_ip6_port() 21 static inline bool ip_set_proto_with_ports(u8 proto) in ip_set_proto_with_ports()
|
/linux-3.4.99/arch/arm/include/asm/ |
D | checksum.h | 88 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 111 unsigned short proto, __wsum sum) in csum_tcpudp_magic() 134 unsigned short proto, __wsum sum) in csum_ipv6_magic()
|
/linux-3.4.99/arch/frv/include/asm/ |
D | checksum.h | 109 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 124 unsigned short proto, __wsum sum) in csum_tcpudp_magic() 138 __u32 len, unsigned short proto, __wsum sum) in csum_ipv6_magic()
|
/linux-3.4.99/net/core/ |
D | flow_dissector.c | 27 __be16 proto = skb->protocol; in skb_flow_dissect() local 78 __be16 proto; in skb_flow_dissect() member 102 __be16 proto; in skb_flow_dissect() member
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | checksum.h | 82 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 102 unsigned short proto, __wsum sum) in csum_tcpudp_magic() 120 __u32 len, unsigned short proto, __wsum sum) in csum_ipv6_magic()
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | checksum.h | 89 unsigned short proto, in csum_tcpudp_nofold() 108 unsigned short proto, in csum_tcpudp_magic() 127 __u32 len, unsigned short proto, in csum_ipv6_magic()
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | checksum.h | 118 unsigned short proto, in csum_tcpudp_nofold() 149 unsigned short proto, in csum_tcpudp_magic() 168 __u32 len, unsigned short proto, in csum_ipv6_magic()
|
/linux-3.4.99/arch/score/include/asm/ |
D | checksum.h | 131 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 165 unsigned short proto, __wsum sum) in csum_tcpudp_magic() 183 __u32 len, unsigned short proto, in csum_ipv6_magic()
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | checksum_64.h | 100 unsigned short proto, in csum_tcpudp_nofold() 120 unsigned short proto, in csum_tcpudp_magic() 130 __u32 len, unsigned short proto, in csum_ipv6_magic()
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | checksum.h | 69 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() 90 unsigned short proto, __wsum sum) in csum_tcpudp_magic()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | checksum.h | 133 __be32 daddr, unsigned short len, unsigned short proto, in csum_tcpudp_nofold() 180 unsigned short proto, in csum_tcpudp_magic() 198 __u32 len, unsigned short proto, in csum_ipv6_magic()
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | checksum.h | 43 unsigned short proto, in csum_tcpudp_nofold() 70 unsigned short proto, in csum_tcpudp_magic()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | checksum_32.h | 110 unsigned short proto, in csum_tcpudp_nofold() 129 unsigned short proto, in csum_tcpudp_magic() 148 __u32 len, unsigned short proto, in csum_ipv6_magic()
|