/include/trace/events/ |
D | module.h | 71 TP_PROTO(struct module *mod, unsigned long ip), 73 TP_ARGS(mod, ip), 76 __field( unsigned long, ip ) 82 __entry->ip = ip; 88 __get_str(name), (void *)__entry->ip, __entry->refcnt) 93 TP_PROTO(struct module *mod, unsigned long ip), 95 TP_ARGS(mod, ip) 100 TP_PROTO(struct module *mod, unsigned long ip), 102 TP_ARGS(mod, ip) 108 TP_PROTO(char *name, bool wait, unsigned long ip), [all …]
|
D | lock.h | 16 struct lockdep_map *next_lock, unsigned long ip), 18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip), 40 TP_PROTO(struct lockdep_map *lock, unsigned long ip), 42 TP_ARGS(lock, ip), 59 TP_PROTO(struct lockdep_map *lock, unsigned long ip), 61 TP_ARGS(lock, ip) 68 TP_PROTO(struct lockdep_map *lock, unsigned long ip), 70 TP_ARGS(lock, ip) 75 TP_PROTO(struct lockdep_map *lock, unsigned long ip), 77 TP_ARGS(lock, ip)
|
D | rpm.h | 78 TP_PROTO(struct device *dev, unsigned long ip, int ret), 79 TP_ARGS(dev, ip, ret), 83 __field( unsigned long, ip ) 89 __entry->ip = ip; 93 TP_printk("%pS:%s ret=%d", (void *)__entry->ip, __get_str(name),
|
D | mce.h | 23 __field( u64, ip ) 41 __entry->ip = m->ip; 58 __entry->cs, __entry->ip,
|
/include/uapi/linux/ |
D | bfs_fs.h | 69 #define BFS_NZFILESIZE(ip) \ argument 70 ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE) 72 #define BFS_FILESIZE(ip) \ argument 73 ((ip)->i_sblock == 0 ? 0 : BFS_NZFILESIZE(ip)) 75 #define BFS_FILEBLOCKS(ip) \ argument 76 ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock))
|
D | atmarp.h | 38 __be32 ip; /* IP address (act_need only) */ member
|
D | netfilter.h | 67 __be32 ip; member
|
/include/linux/ |
D | bottom_half.h | 8 extern void __local_bh_disable_ip(unsigned long ip, unsigned int cnt); 10 static __always_inline void __local_bh_disable_ip(unsigned long ip, unsigned int cnt) in __local_bh_disable_ip() argument 23 extern void __local_bh_enable_ip(unsigned long ip, unsigned int cnt); 25 static inline void local_bh_enable_ip(unsigned long ip) in local_bh_enable_ip() argument 27 __local_bh_enable_ip(ip, SOFTIRQ_DISABLE_OFFSET); in local_bh_enable_ip()
|
D | profile.h | 52 void profile_hits(int type, void *ip, unsigned int nr_hits); 57 static inline void profile_hit(int type, void *ip) in profile_hit() argument 63 profile_hits(type, ip, 1); in profile_hit() 102 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument 107 static inline void profile_hit(int type, void *ip) in profile_hit() argument
|
D | irqflags.h | 18 extern void trace_softirqs_on(unsigned long ip); 19 extern void trace_softirqs_off(unsigned long ip); 34 # define trace_softirqs_on(ip) do { } while (0) argument 35 # define trace_softirqs_off(ip) do { } while (0) argument
|
D | kallsyms.h | 123 static inline void print_ip_sym(unsigned long ip) in print_ip_sym() argument 125 printk("[<%p>] %pS\n", (void *) ip, (void *) ip); in print_ip_sym()
|
D | ftrace.h | 62 typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip, 264 void ftrace_bug(int err, unsigned long ip); 269 void (*func)(unsigned long ip, 273 unsigned long ip, void **data); 275 unsigned long ip, void **data); 277 unsigned long ip, 330 unsigned long ip; /* address of mcount call-site */ member 336 int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip, 401 unsigned long ftrace_location(unsigned long ip); 419 extern int ftrace_ip_converted(unsigned long ip); [all …]
|
D | lockdep.h | 156 unsigned long ip; member 334 struct lockdep_map *nest_lock, unsigned long ip); 337 unsigned long ip); 345 unsigned long ip); 348 unsigned int subclass, unsigned long ip) in lock_set_subclass() argument 350 lock_set_class(lock, lock->name, lock->key, subclass, ip); in lock_set_subclass() 427 extern void lock_contended(struct lockdep_map *lock, unsigned long ip); 428 extern void lock_acquired(struct lockdep_map *lock, unsigned long ip); 441 #define lock_contended(lockdep_map, ip) do {} while (0) argument 442 #define lock_acquired(lockdep_map, ip) do {} while (0) argument
|
D | perf_event.h | 60 __u64 ip[PERF_MAX_STACK_DEPTH]; member 579 u64 ip; member 661 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } in perf_arch_fetch_caller_regs() argument 737 static inline void perf_callchain_store(struct perf_callchain_entry *entry, u64 ip) in perf_callchain_store() argument 740 entry->ip[entry->nr++] = ip; in perf_callchain_store()
|
D | kernel.h | 606 int __trace_bprintk(unsigned long ip, const char *fmt, ...); 609 int __trace_printk(unsigned long ip, const char *fmt, ...); 646 extern int __trace_bputs(unsigned long ip, const char *str); 647 extern int __trace_puts(unsigned long ip, const char *str, int size); 669 __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap); 672 __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap);
|
D | cper.h | 314 __u64 ip; member 332 __u64 ip; member
|
/include/linux/netfilter/ipset/ |
D | pfxlen.h | 15 return ip_set_netmask_map[pfxlen].ip; in ip_set_netmask() 27 return (__force u32) ip_set_hostmask_map[pfxlen].ip; in ip_set_hostmask() 45 ip6_netmask(union nf_inet_addr *ip, u8 prefix) in ip6_netmask() argument 47 ip->ip6[0] &= ip_set_netmask6(prefix)[0]; in ip6_netmask() 48 ip->ip6[1] &= ip_set_netmask6(prefix)[1]; in ip6_netmask() 49 ip->ip6[2] &= ip_set_netmask6(prefix)[2]; in ip6_netmask() 50 ip->ip6[3] &= ip_set_netmask6(prefix)[3]; in ip6_netmask()
|
/include/net/netfilter/ |
D | nf_tables_ipv4.h | 14 struct iphdr *ip; in nft_set_pktinfo_ipv4() local 18 ip = ip_hdr(pkt->skb); in nft_set_pktinfo_ipv4() 19 pkt->tprot = ip->protocol; in nft_set_pktinfo_ipv4() 21 pkt->xt.fragoff = ntohs(ip->frag_off) & IP_OFFSET; in nft_set_pktinfo_ipv4()
|
D | nf_conntrack_tuple.h | 86 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 87 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
|
/include/scsi/ |
D | scsicam.h | 15 extern int scsicam_bios_param (struct block_device *bdev, sector_t capacity, int *ip);
|
/include/uapi/linux/netfilter_bridge/ |
D | ebt_among.h | 36 __be32 ip; member
|
/include/uapi/linux/netfilter/ |
D | xt_osf.h | 83 struct iphdr ip; member
|
/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 76 struct ipt_ip ip; member
|
/include/net/irda/ |
D | parameters.h | 60 __u32 *ip; member
|
/include/net/ |
D | ip_vs.h | 131 iphdr->saddr.ip = iph->saddr; in ip_vs_fill_ip4hdr() 132 iphdr->daddr.ip = iph->daddr; in ip_vs_fill_ip4hdr() 162 iphdr->saddr.ip = iph->saddr; in ip_vs_fill_iph_skb() 163 iphdr->daddr.ip = iph->daddr; in ip_vs_fill_iph_skb() 175 dst->ip = src->ip; in ip_vs_addr_copy() 187 dst->ip = src->ip; in ip_vs_addr_set() 200 return a->ip == b->ip; in ip_vs_addr_equal() 220 &addr->ip) + 1; in ip_vs_dbg_addr()
|