Searched defs:ip (Results 1 - 14 of 14) sorted by relevance

/include/linux/
H A Datmarp.h38 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
H A Dkallsyms.h116 static inline void print_ip_sym(unsigned long ip) argument
118 printk("[<%p>] %pS\n", (void *) ip, (void *) ip);
H A Dprofile.h51 void profile_hits(int type, void *ip, unsigned int nr_hits);
56 static inline void profile_hit(int type, void *ip) argument
62 profile_hits(type, ip, 1);
104 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) argument
109 static inline void profile_hit(int type, void *ip) argument
H A Dnetfilter.h75 __be32 ip; member in union:nf_inet_addr
H A Dftrace.h32 typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip);
202 void ftrace_bug(int err, unsigned long ip);
207 void (*func)(unsigned long ip,
210 int (*callback)(unsigned long ip, void **data);
213 unsigned long ip,
239 unsigned long ip; /* address of mcount call-site */ member in union:dyn_ftrace::__anon405
292 int ftrace_location(unsigned long ip);
309 extern int ftrace_ip_converted(unsigned long ip);
340 * The code segment at @rec->ip should be a caller to @addr
363 * The code segment at @rec->ip shoul
382 skip_trace(unsigned long ip) argument
[all...]
H A Dlockdep.h156 unsigned long ip; member in struct:lockdep_map
317 struct lockdep_map *nest_lock, unsigned long ip);
320 unsigned long ip);
328 unsigned long ip);
331 unsigned int subclass, unsigned long ip)
333 lock_set_class(lock, lock->name, lock->key, subclass, ip);
403 extern void lock_contended(struct lockdep_map *lock, unsigned long ip);
404 extern void lock_acquired(struct lockdep_map *lock, unsigned long ip);
417 #define lock_contended(lockdep_map, ip) do {} while (0)
418 #define lock_acquired(lockdep_map, ip) d
330 lock_set_subclass(struct lockdep_map *lock, unsigned int subclass, unsigned long ip) argument
[all...]
H A Dcper.h303 __u64 ip; member in struct:cper_sec_proc_generic
321 __u64 ip; member in struct:cper_ia_err_info
H A Dperf_event.h522 * { u64 ip; } && PERF_SAMPLE_IP
616 __u64 ip[PERF_MAX_STACK_DEPTH]; member in struct:perf_callchain_entry
1116 u64 ip; member in struct:perf_sample_data
1173 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } argument
1177 * Take a snapshot of the regs. Skip ip and frame pointer to
1179 * - ip for PERF_SAMPLE_IP
1237 static inline void perf_callchain_store(struct perf_callchain_entry *entry, u64 ip) argument
1240 entry->ip[entry->nr++] = ip;
/include/linux/netfilter_bridge/
H A Debt_among.h36 __be32 ip; member in struct:ebt_mac_wormhash_tuple
/include/net/irda/
H A Dparameters.h62 __u32 *ip; member in union:__anon1550
/include/linux/netfilter/
H A Dxt_osf.h36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */
37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */
38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */
84 struct iphdr ip; member in struct:xt_osf_nlmsg
H A Dnf_conntrack_h323_types.h10 unsigned ip; member in struct:TransportAddress_ipAddress
15 unsigned ip; member in struct:TransportAddress_ip6Address
/include/linux/netfilter_ipv4/
H A Dip_tables.h2 * 25-Jul-1998 Major changes to allow for ip chain table
21 #include <linux/ip.h>
92 /* Values for "flag" field in struct ipt_ip (general ip structure). */
111 struct ipt_ip ip; member in struct:ipt_entry
289 struct ipt_ip ip; member in struct:compat_ipt_entry
/include/linux/netfilter/ipset/
H A Dip_set.h204 #include <linux/ip.h>
369 __be32 ip; local
370 int ret = ip_set_get_ipaddr4(nla, &ip);
374 *ipaddr = ntohl(ip);

Completed in 351 milliseconds