Searched refs:tip (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_bmap_util.c1117 struct xfs_inode *tip) /* tmp inode */
1120 struct xfs_ifork *tifp = &tip->i_df;
1124 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) ||
1125 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) ||
1126 ip->i_projid != tip->i_projid))
1164 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK))
1186 if (xfs_inode_has_attr_fork(tip) &&
1187 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > xfs_inode_fork_boff(tip))
1189 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK))
1220 struct xfs_inode *tip)
1115 xfs_swap_extents_check_format( struct xfs_inode *ip, struct xfs_inode *tip) argument
1217 xfs_swap_extent_rmap( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tip) argument
1347 xfs_swap_extent_forks( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_inode *tip, int *src_log_flags, int *target_log_flags) argument
1485 xfs_swap_extents( struct xfs_inode *ip, struct xfs_inode *tip, struct xfs_swapext *sxp) argument
[all...]
H A Dxfs_bmap_util.h69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
H A Dxfs_ioctl.c1671 xfs_inode_t *ip, *tip; local
1720 tip = XFS_I(file_inode(tmp.file));
1722 if (ip->i_mount != tip->i_mount) {
1727 if (ip->i_ino == tip->i_ino) {
1737 error = xfs_swap_extents(ip, tip, sxp);
/linux-master/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; local
154 memcpy(&tip, arpptr, sizeof(tip));
156 if (ipv4_is_loopback(tip) ||
157 ipv4_is_multicast(tip))
165 (ipv4_is_zeronet(sip) || sip == tip)) {
183 br_is_local_ip(vlandev, tip)) {
191 n = neigh_lookup(&arp_tbl, &tip, vlandev);
208 br_arp_send(br, p, skb->dev, sip, tip,
211 br_arp_send(br, p, skb->dev, sip, tip,
[all...]
/linux-master/net/ipv4/
H A Darp.c396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) argument
402 case 0: /* Reply, the tip is already validated */
404 case 1: /* Reply only if tip is configured on the incoming interface */
409 * Reply only if tip is configured on the incoming interface
429 return !inet_confirm_addr(net, in_dev, sip, tip, scope);
452 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) argument
459 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev));
520 __be32 sip, __be32 tip)
527 if (sip == tip)
670 __be32 sip, __be32 tip,
518 arp_fwd_pvlan(struct in_device *in_dev, struct net_device *dev, struct rtable *rt, __be32 sip, __be32 tip) argument
668 arp_is_garp(struct net *net, struct net_device *dev, int *addr_type, __be16 ar_op, __be32 sip, __be32 tip, unsigned char *sha, unsigned char *tha) argument
707 __be32 sip, tip; local
[all...]
H A Dipconfig.c503 __be32 sip, tip; local
561 memcpy(&tip, rarp_ptr, 4);
574 ic_myaddr = tip;
/linux-master/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh301 local tip=$1; shift
309 run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip $sip arp_op request action pass"
313 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
324 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
335 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
342 run_cmd "ip -n $sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid"
345 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
355 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
369 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
379 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c369 if (mt.mask->tip) {
370 ipval = be32_to_cpu((__force __be32)mt.key->tip);
371 ipmsk = be32_to_cpu((__force __be32)mt.mask->tip);
/linux-master/include/net/
H A Dflow_dissector.h154 * @tip: Target IP address
161 __u32 tip; member in struct:flow_dissector_key_arp
/linux-master/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; local
516 tip = (data[5] & 0x04) != 0 ? 1 : 0;
549 input_report_key(inputdev, BTN_TOUCH, tip);
656 tip = (data[1] & 0x04) != 0 ? 1 : 0;
660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1;
/linux-master/sound/soc/codecs/
H A Dcs42l43-jack.c75 /* This tip sense invert is always set, HW wants an inverted signal */
153 ret = device_property_read_u32(cs42l43->dev, "cirrus,tip-debounce-ms",
156 dev_err(priv->dev, "Property cirrus,tip-debounce-ms malformed: %d\n", ret);
160 /* This tip sense invert is set normally, as TIPSENSE_INV already inverted */
161 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-invert"))
164 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-disable-pullup"))
169 ret = cs42l43_find_index(priv, "cirrus,tip-fall-db-ms", 500,
177 ret = cs42l43_find_index(priv, "cirrus,tip-rise-db-ms", 500,
718 unsigned int tip, ring; local
723 dev_err(priv->dev, "Failed to resume for tip wor
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_main.c3058 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) argument
3062 if (!sip || !bond_has_this_ip(bond, tip)) {
3063 slave_dbg(bond->dev, slave->dev, "%s: sip %pI4 tip %pI4 not found\n",
3064 __func__, &sip, &tip);
3084 __be32 sip, tip; local
3109 memcpy(&tip, arp_ptr, 4);
3111 slave_dbg(bond->dev, slave->dev, "%s: %s/%d av %d sv %d sip %pI4 tip %pI4\n",
3114 &sip, &tip);
3136 * this is checking the request, sip/tip are swapped for
3143 bond_validate_arp(bond, slave, sip, tip);
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1833 __be32 sip, tip; local
1858 memcpy(&tip, arpptr, sizeof(tip));
1860 if (ipv4_is_loopback(tip) ||
1861 ipv4_is_multicast(tip))
1864 n = neigh_lookup(&arp_tbl, &tip, dev);
1882 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
1903 .sin.sin_addr.s_addr = tip,
/linux-master/net/sched/
H A Dcls_flower.c1888 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP,
1889 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK,
1890 sizeof(key->arp.tip));
3399 fl_dump_key_val(skb, &key->arp.tip,
3400 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip,
3402 sizeof(key->arp.tip)) ||
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2027 __be32 sip, tip; local
2044 memcpy(&tip, arp_ptr, sizeof(tip));
2046 if (tip != pi->iscsi_ipv4addr)
2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
/linux-master/net/core/
H A Dflow_dissector.c591 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip));
/linux-master/tools/perf/
H A DMakefile.perf1038 $(call QUIET_INSTALL, perf-tip) \
H A DMakefile.config1225 tipdir = share/doc/perf-tip
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4237 def CreateAction(label, tip, callback, parent=None, shortcut=None):
4241 action.setStatusTip(tip)

Completed in 264 milliseconds