Searched refs:ip (Results 76 - 100 of 1998) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c23 #include <linux/ip.h>
4241 const struct iphdr *ip = ip_hdr(skb); local
4243 if (ip->protocol == IPPROTO_TCP)
4245 else if (ip->protocol == IPPROTO_UDP)
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c19 #include <net/ip.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Daqua_vanjaram.c104 if (adev->xcp_mgr->xcp[xcp_id].ip[ip_blk].inst_mask & inst_mask) {
347 struct amdgpu_xcp_ip *ip)
385 ip->inst_mask = XCP_INST_MASK(num_xcc_xcp, xcp_id);
386 ip->ip_funcs = &gfxhub_v1_2_xcp_funcs;
389 ip->inst_mask = XCP_INST_MASK(num_xcc_xcp, xcp_id);
390 ip->ip_funcs = &gfx_v9_4_3_xcp_funcs;
393 ip->inst_mask = XCP_INST_MASK(num_sdma_xcp, xcp_id);
394 ip->ip_funcs = &sdma_v4_4_2_xcp_funcs;
397 ip->inst_mask = XCP_INST_MASK(num_vcn_xcp, xcp_id);
404 ip
345 __aqua_vanjaram_get_xcp_ip_info(struct amdgpu_xcp_mgr *xcp_mgr, int xcp_id, enum AMDGPU_XCP_IP_BLOCK ip_id, struct amdgpu_xcp_ip *ip) argument
598 aqua_vanjaram_get_xcp_ip_details(struct amdgpu_xcp_mgr *xcp_mgr, int xcp_id, enum AMDGPU_XCP_IP_BLOCK ip_id, struct amdgpu_xcp_ip *ip) argument
[all...]
H A Damdgpu_discovery.c377 dev_info(adev->dev, "use ip discovery information from file");
381 dev_err(adev->dev, "failed to read ip discovery binary from file\n");
393 /* check the ip discovery binary signature */
396 "get invalid ip discovery binary signature\n");
410 dev_err(adev->dev, "invalid ip discovery binary checksum\n");
423 dev_err(adev->dev, "invalid ip discovery data table signature\n");
430 dev_err(adev->dev, "invalid ip discovery data table checksum\n");
445 dev_err(adev->dev, "invalid ip discovery gc table id\n");
467 dev_err(adev->dev, "invalid ip discovery harvest table signature\n");
489 dev_err(adev->dev, "invalid ip discover
544 amdgpu_discovery_validate_ip(const struct ip_v4 *ip) argument
566 struct ip_v4 *ip; local
981 struct ip_v4 *ip; local
1228 struct ip_v4 *ip; local
[all...]
H A Damdgpu.h1063 /* soc15 register offset based on ip, instance and segment */
1158 uint8_t ip, uint8_t inst)
1163 return adev->ip_versions[ip][inst] & ~0xFFU;
1167 uint8_t ip, uint8_t inst)
1170 return adev->ip_versions[ip][inst];
1157 amdgpu_ip_version(const struct amdgpu_device *adev, uint8_t ip, uint8_t inst) argument
1166 amdgpu_ip_version_full(const struct amdgpu_device *adev, uint8_t ip, uint8_t inst) argument
/linux-master/arch/x86/kernel/
H A Dsev.c296 return copy_from_kernel_nofault(buffer, (unsigned char *)ctxt->regs->ip, MAX_INSN_SIZE);
309 ctxt->fi.cr2 = ctxt->regs->ip;
337 ctxt->fi.cr2 = ctxt->regs->ip;
1894 error_code, regs->ip);
1899 error_code, regs->ip);
1904 error_code, regs->ip);
2031 exit_code, regs->ip);
2035 exit_code, regs->ip);
2039 exit_code, regs->ip);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c169 if (m->ip) {
172 m->cs, m->ip);
175 pr_cont("{%pS}", (void *)(unsigned long)m->ip);
336 return offsetof(struct mce, ip);
353 regs->ip, (void *)regs->ip);
356 (unsigned int)regs->cx, regs->ip, (void *)regs->ip);
453 m->ip = regs->ip;
[all...]
/linux-master/arch/x86/events/intel/
H A Dds.c29 u32 flags, ip;
380 u64 flags, ip; member in struct:pebs_record_core
388 u64 flags, ip; member in struct:pebs_record_nhm
400 u64 flags, ip; member in struct:pebs_record_hsw
429 u64 flags, ip; member in struct:pebs_record_skl
526 * HSW+ already provides us the eventing ip; no need to allocate this
831 data.ip = at->from;
1449 unsigned long ip = regs->ip; local
1469 if (kernel_ip(ip) !
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh66 # generated using "nfbpf_compile '(ip && (ip[54] & 0xf0) == 0x30) ||
92 ip netns exec $netns sysctl -q net.mptcp.pm_type=0 2>/dev/null || true
94 ip netns exec $netns sysctl -q net.mptcp.checksum_enabled=1
109 ip link add ns1eth$i netns "$ns1" type veth peer name ns2eth$i netns "$ns2"
110 ip -net "$ns1" addr add 10.0.$i.1/24 dev ns1eth$i
111 ip -net "$ns1" addr add dead:beef:$i::1/64 dev ns1eth$i nodad
112 ip -net "$ns1" link set ns1eth$i up
114 ip -net "$ns2" addr add 10.0.$i.2/24 dev ns2eth$i
115 ip
[all...]
H A Dmptcp_connect.sh150 mptcp_lib_check_tools ip
168 ip link add ns1eth2 netns "$ns1" type veth peer name ns2eth1 netns "$ns2"
169 ip link add ns2eth3 netns "$ns2" type veth peer name ns3eth2 netns "$ns3"
170 ip link add ns3eth4 netns "$ns3" type veth peer name ns4eth3 netns "$ns4"
172 ip -net "$ns1" addr add 10.0.1.1/24 dev ns1eth2
173 ip -net "$ns1" addr add dead:beef:1::1/64 dev ns1eth2 nodad
175 ip -net "$ns1" link set ns1eth2 up
176 ip -net "$ns1" route add default via 10.0.1.2
177 ip -net "$ns1" route add default via dead:beef:1::2
179 ip
[all...]
/linux-master/tools/testing/selftests/net/
H A Dudpgro_fwd.sh29 ip netns del $ns 2>/dev/null
40 ip netns add $ns
41 ip -n $ns link set dev lo up
44 ip netns exec $ns sysctl -qw net.ipv6.conf.default.router_solicitations=0
45 ip netns exec $ns sysctl -qw net.ipv6.conf.all.router_solicitations=0
48 ip link add name veth$SRC type veth peer name veth$DST
51 ip link set dev veth$ns netns $BASE$ns
52 ip -n $BASE$ns link set dev veth$ns up
53 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V4$ns/24
54 ip
[all...]
/linux-master/net/sunrpc/
H A Dsvcsock.c43 #include <net/ip.h>
/linux-master/net/ipv6/
H A Dip6_gre.c34 #include <net/ip.h>
/linux-master/net/ipv4/
H A Dip_gre.c32 #include <net/ip.h>
844 ip tunnel add Universe mode gre remote 224.66.66.66 local <Your_real_addr> ttl 255
845 ip addr add 10.66.66.<somewhat>/24 dev Universe
H A Dinet_connection_sock.c18 #include <net/ip.h>
/linux-master/mm/
H A Dmemory.c5637 unsigned long ip = exception_ip(regs); local
5638 if (!search_exception_tables(ip))
5662 unsigned long ip = exception_ip(regs); local
5663 if (!search_exception_tables(ip))
6182 void print_vma_addr(char *prefix, unsigned long ip) argument
6193 vma = find_vma(mm, ip);
/linux-master/include/linux/
H A Dbpf.h3351 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/linux-master/fs/xfs/
H A Dxfs_inode.c53 struct xfs_inode *ip)
59 if (xfs_is_always_cow_inode(ip))
61 if ((ip->i_diflags & XFS_DIFLAG_EXTSIZE) && ip->i_extsize)
62 return ip->i_extsize;
63 if (XFS_IS_REALTIME_INODE(ip))
64 return ip->i_mount->m_sb.sb_rextsize;
76 struct xfs_inode *ip)
81 if (ip->i_diflags2 & XFS_DIFLAG2_COWEXTSIZE)
82 a = ip
52 xfs_get_extsz_hint( struct xfs_inode *ip) argument
75 xfs_get_cowextsz_hint( struct xfs_inode *ip) argument
107 xfs_ilock_data_map_shared( struct xfs_inode *ip) argument
119 xfs_ilock_attr_map_shared( struct xfs_inode *ip) argument
181 xfs_ilock( xfs_inode_t *ip, uint lock_flags) argument
224 xfs_ilock_nowait( xfs_inode_t *ip, uint lock_flags) argument
284 xfs_iunlock( xfs_inode_t *ip, uint lock_flags) argument
313 xfs_ilock_demote( xfs_inode_t *ip, uint lock_flags) argument
332 xfs_assert_ilocked( struct xfs_inode *ip, uint lock_flags) argument
569 xfs_ip2xflags( struct xfs_inode *ip) argument
660 xfs_inode_inherit_flags( struct xfs_inode *ip, const struct xfs_inode *pip) argument
727 xfs_inode_inherit_flags2( struct xfs_inode *ip, const struct xfs_inode *pip) argument
768 struct xfs_inode *ip; local
894 xfs_droplink( xfs_trans_t *tp, xfs_inode_t *ip) argument
920 xfs_bumplink( xfs_trans_t *tp, xfs_inode_t *ip) argument
958 xfs_dir_update_hook( struct xfs_inode *dp, struct xfs_inode *ip, int delta, const struct xfs_name *name) argument
1017 struct xfs_inode *ip = NULL; local
1177 struct xfs_inode *ip = NULL; local
1368 xfs_itruncate_clear_reflink_flags( struct xfs_inode *ip) argument
1406 xfs_itruncate_extents_flags( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size, int flags) argument
1476 xfs_release( xfs_inode_t *ip) argument
1563 xfs_inactive_truncate( struct xfs_inode *ip) argument
1612 xfs_inactive_ifree( struct xfs_inode *ip) argument
1703 xfs_inode_needs_inactive( struct xfs_inode *ip) argument
1757 xfs_inactive_health( struct xfs_inode *ip) argument
1794 xfs_inactive( xfs_inode_t *ip) argument
1945 struct xfs_inode *ip; local
1978 struct xfs_inode *ip; local
2094 xfs_iunlink_insert_inode( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf *agibp, struct xfs_inode *ip) argument
2154 xfs_iunlink( struct xfs_trans *tp, struct xfs_inode *ip) argument
2181 xfs_iunlink_remove_inode( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf *agibp, struct xfs_inode *ip) argument
2256 xfs_iunlink_remove( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_inode *ip) argument
2287 struct xfs_inode *ip; local
2459 xfs_ifree( struct xfs_trans *tp, struct xfs_inode *ip) argument
2535 xfs_iunpin( struct xfs_inode *ip) argument
2548 __xfs_iunpin_wait( struct xfs_inode *ip) argument
2565 xfs_iunpin_wait( struct xfs_inode *ip) argument
2600 xfs_remove( xfs_inode_t *dp, struct xfs_name *name, xfs_inode_t *ip) argument
3327 xfs_iflush( struct xfs_inode *ip, struct xfs_buf *bp) argument
3495 struct xfs_inode *ip; local
3603 xfs_irele( struct xfs_inode *ip) argument
3614 xfs_log_force_inode( struct xfs_inode *ip) argument
3800 xfs_inode_reload_unlinked_bucket( struct xfs_trans *tp, struct xfs_inode *ip) argument
3889 xfs_inode_reload_unlinked( struct xfs_inode *ip) argument
3910 xfs_ifork_zapped( const struct xfs_inode *ip, int whichfork) argument
3936 xfs_inode_count_blocks( struct xfs_trans *tp, struct xfs_inode *ip, xfs_filblks_t *dblocks, xfs_filblks_t *rblocks) argument
[all...]
H A Dxfs_super.c659 struct xfs_inode *ip = XFS_I(inode); local
661 trace_xfs_destroy_inode(ip);
664 XFS_STATS_INC(ip->i_mount, vn_rele);
665 XFS_STATS_INC(ip->i_mount, vn_remove);
666 xfs_inode_mark_reclaimable(ip);
674 struct xfs_inode *ip = XFS_I(inode); local
675 struct xfs_mount *mp = ip->i_mount;
691 xfs_ilock(ip, XFS_ILOCK_EXCL);
692 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
693 xfs_trans_log_inode(tp, ip, XFS_ILOG_TIMESTAM
709 struct xfs_inode *ip = inode; local
733 struct xfs_inode *ip = XFS_I(inode); local
823 struct xfs_inode *ip = XFS_I(d_inode(dentry)); local
[all...]
/linux-master/fs/jfs/
H A Djfs_logmgr.c386 p = (caddr_t) &JFS_IP(tlck->ip)->i_dtroot;
388 p = (caddr_t) &JFS_IP(tlck->ip)->i_xtroot;
/linux-master/drivers/net/
H A Dxen-netfront.c46 #include <net/ip.h>
290 /* Align ip header to a 16 bytes boundary */
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c73 struct iphdr *ip = ip_hdr(skb); local
75 if (ip->protocol == IPPROTO_TCP)
78 if (ip->protocol == IPPROTO_UDP)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c15 #include <net/ip.h>
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c2372 } ip; local
2390 ip.hdr = skb_network_header(skb);
2394 if (ip.v4->version == 4) {
2395 ip.v4->tot_len = 0;
2396 ip.v4->check = 0;
2397 } else if (ip.v6->version == 6) {
2398 ip.v6->payload_len = 0;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c3811 memcpy(&cfilter.ip.v4.dst_ip, tcf.dst_ip,
3814 memcpy(&cfilter.ip.v4.src_ip, tcf.src_ip,
3820 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip,
3821 sizeof(cfilter.ip.v6.dst_ip6));
3823 memcpy(&cfilter.ip.v6.src_ip6, tcf.src_ip,
3824 sizeof(cfilter.ip.v6.src_ip6));
3864 if (memcmp(&cfilter.ip.v4.dst_ip, &cf->ip.v4.dst_ip,
3869 if (memcmp(&cfilter.ip.v6.dst_ip6, &cf->ip
[all...]

Completed in 576 milliseconds

1234567891011>>