/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_bmap_util.c | 1219 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument 1222 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() 1226 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format() 1227 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format() 1228 ip->i_d.di_projid != tip->i_d.di_projid)) in xfs_swap_extents_check_format() 1266 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1288 if (XFS_IFORK_Q(tip) && in xfs_swap_extents_check_format() 1289 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format() 1291 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1322 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument [all …]
|
D | xfs_bmap_util.h | 69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
|
D | xfs_ioctl.c | 1878 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local 1927 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext() 1929 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext() 1934 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext() 1944 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | arp.c | 395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument 428 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore() 431 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument 438 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter() 499 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument 506 if (sip == tip) in arp_fwd_pvlan() 649 __be32 sip, __be32 tip, in arp_is_garp() argument 652 bool is_garp = tip == sip; in arp_is_garp() 686 __be32 sip, tip; in arp_process() local 760 memcpy(&tip, arp_ptr, 4); in arp_process() [all …]
|
D | ipconfig.c | 479 __be32 sip, tip; in ic_rarp_recv() local 537 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv() 550 ic_myaddr = tip; in ic_rarp_recv()
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_arp_nd_proxy.c | 133 __be32 sip, tip; in br_do_proxy_suppress_arp() local 154 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp() 156 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp() 157 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp() 165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp() 183 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp() 191 n = neigh_lookup(&arp_tbl, &tip, vlandev); in br_do_proxy_suppress_arp() 208 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp() 211 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense 23 polarity. Normal jacks will short tip sense pin to HS1 when headphones are 24 plugged in and leave tip sense floating when not plugged in. Inverting jacks 25 short tip sense when unplugged and float when plugged in. 31 debounce, the tip sense pin might be noisy on a plug event. 43 With no debounce, the tip sense pin might be noisy on an unplug event.
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | misc.c | 1101 char *target, *tip = NULL; in match_target_ip() local 1116 rc = dns_resolve_server_name_to_ip(target, &tip); in match_target_ip() 1120 cifs_dbg(FYI, "%s: target ip: %s\n", __func__, tip); in match_target_ip() 1122 if (!cifs_convert_address(&tipaddr, tip, strlen(tip))) { in match_target_ip() 1136 kfree(tip); in match_target_ip()
|
/kernel/linux/linux-5.10/scripts/ |
D | setlocalversion | 112 if [ -z "$tag" -o "$tag" = tip ]; then
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
D | aiptek.c | 419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq() 549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq() 656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq() 660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
|
/kernel/linux/linux-5.10/include/net/ |
D | flow_dissector.h | 159 __u32 tip; member
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | intel_txt.rst | 202 title Linux 2.6.29-tip w/ tboot 205 module /vmlinuz-2.6.29-tip intel_iommu=on ro 207 module /initrd-2.6.29-tip.img
|
D | mtrr.rst | 33 .. tip::
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
D | bond_main.c | 2847 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument 2851 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp() 2853 __func__, &sip, &tip); in bond_validate_arp() 2873 __be32 sip, tip; in bond_arp_rcv() local 2911 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv() 2916 &sip, &tip); in bond_arp_rcv() 2945 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv() 2949 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv() 2953 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | vxlan.c | 1988 __be32 sip, tip; in arp_reduce() local 2013 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce() 2015 if (ipv4_is_loopback(tip) || in arp_reduce() 2016 ipv4_is_multicast(tip)) in arp_reduce() 2019 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce() 2037 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce() 2054 .sin.sin_addr.s_addr = tip, in arp_reduce()
|
/kernel/linux/linux-5.10/net/sched/ |
D | cls_flower.c | 1619 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key() 1620 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key() 1621 sizeof(key->arp.tip)); in fl_set_key() 2966 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key() 2967 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key() 2969 sizeof(key->arp.tip)) || in fl_dump_key()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2025 __be32 sip, tip; in cxgb3_arp_process() local 2042 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process() 2044 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process() 2047 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|
/kernel/linux/linux-5.10/net/core/ |
D | flow_dissector.c | 503 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip)); in __skb_flow_dissect_arp()
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/cable/ |
D | sb1000.rst | 208 used). Thanks to Ed Daiga for this tip!
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | eql.rst | 187 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 4319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 7278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core 7426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/vdso 7883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 9252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 9262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 9270 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 10263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core 12408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz 13712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core [all …]
|
/kernel/linux/linux-5.10/tools/perf/ |
D | Makefile.perf | 967 $(call QUIET_INSTALL, perf-tip) \
|
D | Makefile.config | 1115 tipdir = share/doc/perf-tip
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | RTFP.txt | 2256 ,Title="[{PATCH} -tip 0/3] expedited 'big hammer' {RCU} grace periods" 2264 First posting of expedited RCU to be accepted into -tip. 2270 ,Title="[{PATCH} {RFC} -tip 0/4] {RCU} cleanups and simplified preemptable {RCU}"
|
/kernel/linux/linux-5.10/Documentation/PCI/ |
D | pci.rst | 251 .. tip::
|