Home
last modified time | relevance | path

Searched defs:tip (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/net/ipv4/
H A Darp.c396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore()
452 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter()
520 __be32 sip, __be32 tip) in arp_fwd_pvlan()
670 __be32 sip, __be32 tip, in arp_is_garp()
707 __be32 sip, tip; in arp_process() local
H A Dipconfig.c503 __be32 sip, tip; in ic_rarp_recv() local
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c1268 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format()
1371 struct xfs_inode *tip) in xfs_swap_extent_rmap()
1501 struct xfs_inode *tip, in xfs_swap_extent_forks()
1638 struct xfs_inode *tip, /* tmp inode */ in xfs_swap_extents()
H A Dxfs_ioctl.c1670 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c706 unsigned int tip, ring; in cs42l43_tip_sense_work() local
/openbmc/linux/include/net/
H A Dflow_dissector.h161 __u32 tip; member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.min.js6 …se strict";var e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[…
H A Dbootstrap-3.4.1.js1869 Tooltip.prototype.tip = function () { method in Tooltip
/openbmc/linux/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c3056 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp()
3082 __be32 sip, tip; in bond_arp_rcv() local
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2027 __be32 sip, tip; in cxgb3_arp_process() local
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1850 __be32 sip, tip; in arp_reduce() local
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4237 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument