/linux-3.3/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.3/include/linux/ |
D | tracepoint.h | 117 #define __DO_TRACE(tp, proto, args, cond) \ argument 142 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 193 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 236 #define DECLARE_TRACE(name, proto, args) \ argument 241 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 356 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 357 #define DEFINE_EVENT(template, name, proto, args) \ argument 359 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 361 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument 366 #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.3/net/ipv4/ |
D | gre.c | 28 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() 48 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() 71 const struct gre_protocol *proto; in gre_rcv() local 99 const struct gre_protocol *proto; in gre_err() local
|
/linux-3.3/include/net/ |
D | sock.h | 766 struct proto { struct 767 void (*close)(struct sock *sk, 769 int (*connect)(struct sock *sk, 772 int (*disconnect)(struct sock *sk, int flags); 774 struct sock * (*accept) (struct sock *sk, int flags, int *err); 776 int (*ioctl)(struct sock *sk, int cmd, 778 int (*init)(struct sock *sk); 779 void (*destroy)(struct sock *sk); 780 void (*shutdown)(struct sock *sk, int how); 781 int (*setsockopt)(struct sock *sk, int level, [all …]
|
/linux-3.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 42 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1)) argument 140 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get() 158 __ipvs_proto_data_get(struct netns_ipvs *ipvs, unsigned short proto) in __ipvs_proto_data_get() 172 ip_vs_proto_data_get(struct net *net, unsigned short proto) in ip_vs_proto_data_get() 226 const char * ip_vs_state_name(__u16 proto, int state) in ip_vs_state_name()
|
/linux-3.3/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.3/arch/mn10300/include/asm/ |
D | checksum.h | 43 unsigned short proto, in csum_tcpudp_nofold() 70 unsigned short proto, in csum_tcpudp_magic()
|