Searched refs:ip (Results 1 - 25 of 1998) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dperf_event.h418 u64 ip; member in struct:pebs_basic
431 u64 flags, ip, ax, cx, dx, bx, sp, bp, si, di; member in struct:pebs_gprs
542 (regs)->ip = (__ip); \
/linux-master/arch/x86/entry/
H A Dentry_fred.c32 fred_event_data(regs), regs->cs, regs->ip);
42 fred_event_data(regs), regs->cs, regs->ip);
H A Dcommon.c102 if (unlikely(regs->cx != regs->ip || regs->r11 != regs->flags))
117 if (unlikely(regs->ip >= TASK_SIZE_MAX))
405 * so that 'regs->ip -= 2' lands back on an int $0x80 instruction.
408 regs->ip = landing_pad;
425 if (unlikely(regs->ip != landing_pad))
/linux-master/tools/testing/selftests/net/
H A Dudpgso.c14 #include <netinet/ip.h>
/linux-master/tools/perf/util/
H A Dannotate.c1267 struct evsel *evsel, u64 ip)
1269 return symbol__inc_addr_samples(&he->ms, evsel, ip, sample);
3720 static struct disasm_line *find_disasm_line(struct symbol *sym, u64 ip) argument
3728 if (sym->start + dl->al.offset == ip) {
3734 ip++;
3779 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset, argument
3798 addr = ip + (next->al.offset - dl->al.offset) + offset;
3807 * This function first annotates the instruction at @he->ip and extracts
3822 u64 ip = he->ip, add local
1266 hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, struct evsel *evsel, u64 ip) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c7 #include <linux/ip.h>
12 #include <net/ip.h>
/linux-master/net/ipv4/
H A Dfib_frontend.c36 #include <net/ip.h>
H A Droute.c89 #include <net/ip.h>
1218 /* Recompile ip options since IPCB may not be valid anymore.
/linux-master/net/core/
H A Ddev.c125 #include <linux/ip.h>
126 #include <net/ip.h>
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c3 #include <linux/ip.h>
12 #include <net/ip.h>
/linux-master/net/bridge/
H A Dbr_private.h1040 br_multicast_find_group_src(struct net_bridge_port_group *pg, struct br_ip *ip);
1185 static inline bool br_multicast_is_star_g(const struct br_ip *ip) argument
1187 switch (ip->proto) {
1189 return ipv4_is_zeronet(ip->src.ip4);
1192 return ipv6_addr_any(&ip->src.ip6);
H A Dbr_netfilter_hooks.c16 #include <linux/ip.h>
33 #include <net/ip.h>
573 * 1. skb passes through bridge and fake-ip (br_netfilter)Prerouting.
591 * But such confirmation won't happen when eb/ip/nftables rules dropped the
943 * POST_ROUTING was already invoked from the ip stack.
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c20 #include <linux/ip.h>
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c32 #include <net/ip.h>
713 * bytes appended to packet data. First 2 bytes is ip header checksum
2022 struct iphdr *ip = ip_hdr(skb); local
2032 switch (ip->protocol) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c35 #include <linux/ip.h>
603 "%s: add rule(filter id=%d, rq idx=%d, ip proto=0x%x) failed,err=%d\n",
/linux-master/include/linux/
H A Dirqflags.h23 extern void lockdep_softirqs_on(unsigned long ip);
24 extern void lockdep_softirqs_off(unsigned long ip);
26 extern void lockdep_hardirqs_on(unsigned long ip);
27 extern void lockdep_hardirqs_off(unsigned long ip);
29 static inline void lockdep_softirqs_on(unsigned long ip) { } argument
30 static inline void lockdep_softirqs_off(unsigned long ip) { } argument
32 static inline void lockdep_hardirqs_on(unsigned long ip) { } argument
33 static inline void lockdep_hardirqs_off(unsigned long ip) { } argument
/linux-master/fs/bcachefs/
H A Dbtree_iter.h192 unsigned long ip)
196 path = __bch2_btree_path_make_mut(trans, path, intent, ip);
208 bool intent, unsigned long ip)
211 ? __bch2_btree_path_set_pos(trans, path, new_pos, intent, ip)
456 unsigned long ip)
469 iter->ip_allocated = ip;
472 locks_want, depth, flags, ip);
190 bch2_btree_path_make_mut(struct btree_trans *trans, btree_path_idx_t path, bool intent, unsigned long ip) argument
206 bch2_btree_path_set_pos(struct btree_trans *trans, btree_path_idx_t path, struct bpos new_pos, bool intent, unsigned long ip) argument
450 bch2_trans_iter_init_common(struct btree_trans *trans, struct btree_iter *iter, unsigned btree_id, struct bpos pos, unsigned locks_want, unsigned depth, unsigned flags, unsigned long ip) argument
/linux-master/arch/x86/events/
H A Dcore.c2767 if (perf_callchain_store(entry, regs->ip))
2878 perf_callchain_store(entry, regs->ip);
2906 * 20 bits and we use regs->ip + 0x10 * regs->cs.
2945 return regs->ip + code_segment_base(regs);
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c691 sprintf(cmd, "%s %s", "ip route show dev", if_name);
703 sprintf(cmd, "%s %s", "ip -f inet6 route show dev", if_name);
931 * Collect other ip related configuration info.
1356 * Here is the ifcfg format of the ip configuration file:
1379 * Here is the keyfile format of the ip configuration file:
/linux-master/net/openvswitch/
H A Dconntrack.c13 #include <net/ip.h>
213 key->ipv4.ct_orig.src = orig->src.u3.ip;
214 key->ipv4.ct_orig.dst = orig->dst.u3.ip;
445 err = nf_ct_handle_fragments(net, skb, zone, family, &key->ip.proto, &ovs_cb.mru);
453 key->ip.frag = OVS_FRAG_TYPE_NONE;
626 if (key->ip.proto == IPPROTO_UDP)
628 else if (key->ip.proto == IPPROTO_TCP)
630 else if (key->ip.proto == IPPROTO_SCTP)
648 if (key->ip.proto == IPPROTO_UDP)
650 else if (key->ip
[all...]
/linux-master/net/ipv6/
H A Dip6_fib.c29 #include <net/ip.h>
H A Daddrconf.c78 #include <net/ip.h>
2628 * We don't want that to result in creating a new temporary ip address.
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c17 #include <net/ip.h>
43 ip_packet_match(const struct iphdr *ip, argument
52 (ip->saddr & ipinfo->smsk.s_addr) != ipinfo->src.s_addr) ||
54 (ip->daddr & ipinfo->dmsk.s_addr) != ipinfo->dst.s_addr))
69 NF_INVF(ipinfo, IPT_INV_PROTO, ip->protocol != ipinfo->proto))
82 ip_checkentry(const struct ipt_ip *ip) argument
84 if (ip->flags & ~IPT_F_MASK)
86 if (ip->invflags & ~IPT_INV_MASK)
113 memcmp(&e->ip, &uncond, sizeof(uncond)) == 0;
230 const struct iphdr *ip; local
466 const struct ipt_ip *ip = par->entryinfo; local
1257 compat_find_calc_match(struct xt_entry_match *m, const struct ipt_ip *ip, int *size) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_events.c3445 event_enable_probe(unsigned long ip, unsigned long parent_ip, argument
3453 pdata = ftrace_func_mapper_find_ip(mapper, ip);
3462 event_enable_count_probe(unsigned long ip, unsigned long parent_ip, argument
3470 pdata = ftrace_func_mapper_find_ip(mapper, ip);
3490 event_enable_print(struct seq_file *m, unsigned long ip, argument
3497 pdata = ftrace_func_mapper_find_ip(mapper, ip);
3504 seq_printf(m, "%ps:", (void *)ip);
3521 unsigned long ip, void *init_data, void **data)
3534 ret = ftrace_func_mapper_add_ip(mapper, ip, edata);
3559 unsigned long ip, voi
3520 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, unsigned long ip, void *init_data, void **data) argument
3558 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, unsigned long ip, void *data) argument
4301 function_test_events_call(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *op, struct ftrace_regs *regs) argument
[all...]
/linux-master/drivers/scsi/
H A Dsg.c923 int __user *ip = p; local
955 result = get_user(val, ip);
978 return put_user(0, ip);
998 result = get_user(val, ip);
1009 return put_user(srp->header.pack_id, ip);
1013 return put_user(-1, ip);
1022 return put_user(val, ip);
1024 return put_user(sdp->sg_tablesize, ip);
1026 result = get_user(val, ip);
1049 return put_user(val, ip);
[all...]

Completed in 435 milliseconds

1234567891011>>