| /linux/net/ipv4/ |
| H A D | arp.c | 397 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument 430 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore() 453 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument 460 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev), in arp_filter() 522 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument 529 if (sip == tip) in arp_fwd_pvlan() 675 __be32 sip, __be32 tip, in arp_is_garp() argument 678 bool is_garp = tip == sip; in arp_is_garp() 712 __be32 sip, tip; in arp_process() local 786 memcpy(&tip, arp_ptr, 4); in arp_process() [all …]
|
| H A D | ipconfig.c | 503 __be32 sip, tip; in ic_rarp_recv() local 561 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv() 574 ic_myaddr = tip; in ic_rarp_recv()
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_bridge_neigh_suppress.sh | 295 local tip=$1; shift 303 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" 307 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 318 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 329 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 336 run_cmd "ip -n $sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid" 339 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 349 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 363 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 373 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" [all...] |
| /linux/Documentation/translations/it_IT/process/ |
| H A D | maintainer-tip.rst | 5 :Original: Documentation/process/maintainer-tip.rst 7 Il tascabile dei sorgenti tip
|
| H A D | maintainer-handbooks.rst | 24 maintainer-tip
|
| /linux/tools/perf/ |
| H A D | builtin-check.c | 34 .tip = tip_, \ 92 if (!feature->is_builtin && feature->tip) in feature_status__printf() 93 printf(" ( tip: %s )", feature->tip); in feature_status__printf()
|
| H A D | builtin.h | 8 const char *tip; member
|
| /linux/kernel/configs/ |
| H A D | x86_debug.config | 1 # Help: Debugging options for tip tree testing
|
| /linux/Documentation/process/ |
| H A D | maintainer-handbooks.rst | 21 maintainer-tip
|
| H A D | maintainer-kvm-x86.rst | 69 Patches that will be taken through a non-KVM tree (most often through the tip 111 With a few caveats listed below, follow the tip tree maintainers' preferred 112 :ref:`maintainer-tip-coding-style`, as patches/series often touch both KVM and 113 non-KVM x86 files, i.e. draw the attention of KVM *and* tip tree maintainers. 199 background. Note! This order directly conflicts with the tip tree's preferred 200 approach! Please follow the tip tree's preferred style when sending patches
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_tc.c | 369 if (mt.mask->tip) { in vcap_tc_flower_handler_arp_usage() 370 ipval = be32_to_cpu((__force __be32)mt.key->tip); in vcap_tc_flower_handler_arp_usage() 371 ipmsk = be32_to_cpu((__force __be32)mt.mask->tip); in vcap_tc_flower_handler_arp_usage()
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 71 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
|
| H A D | xfs_ioctl.c | 928 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local 963 tip = XFS_I(file_inode(fd_file(tmp))); in xfs_ioc_swapext() 965 if (ip->i_mount != tip->i_mount) in xfs_ioc_swapext() 968 if (ip->i_ino == tip->i_ino) in xfs_ioc_swapext() 974 return xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
|
| /linux/drivers/input/tablet/ |
| H A 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()
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l43-jack.c | 75 /* This tip sense invert is always set, HW wants an inverted signal */ in cs42l43_set_jack() 153 ret = device_property_read_u32(cs42l43->dev, "cirrus,tip-debounce-ms", in cs42l43_set_jack() 156 dev_err(priv->dev, "Property cirrus,tip-debounce-ms malformed: %d\n", ret); in cs42l43_set_jack() 160 /* This tip sense invert is set normally, as TIPSENSE_INV already inverted */ in cs42l43_set_jack() 161 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-invert")) in cs42l43_set_jack() 164 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-disable-pullup")) in cs42l43_set_jack() 169 ret = cs42l43_find_index(priv, "cirrus,tip-fall-db-ms", 500, in cs42l43_set_jack() 177 ret = cs42l43_find_index(priv, "cirrus,tip-rise-db-ms", 500, in cs42l43_set_jack() 740 unsigned int tip, ring; in cs42l43_tip_sense_work() 745 dev_err(priv->dev, "Failed to resume for tip wor in cs42l43_tip_sense_work() 739 unsigned int tip, ring; cs42l43_tip_sense_work() local [all...] |
| /linux/Documentation/arch/x86/ |
| H A 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
|
| H A D | mtrr.rst | 33 .. tip::
|
| /linux/include/net/ |
| H A D | flow_dissector.h | 174 __u32 tip; member
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 3119 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument 3123 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp() 3125 __func__, &sip, &tip); in bond_validate_arp() 3145 __be32 sip, tip; in bond_arp_rcv() local 3170 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv() 3175 &sip, &tip); in bond_arp_rcv() 3204 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv() 3208 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv() 3211 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 2027 __be32 sip, tip; in cxgb3_arp_process() local 2044 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process() 2046 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process() 2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 1845 __be32 sip, tip; in arp_reduce() local 1872 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce() 1874 if (ipv4_is_loopback(tip) || in arp_reduce() 1875 ipv4_is_multicast(tip)) in arp_reduce() 1878 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce() 1902 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce() 1923 .sin.sin_addr.s_addr = tip, in arp_reduce()
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 2007 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key() 2008 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key() 2009 sizeof(key->arp.tip)); in fl_set_key() 3589 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key() 3590 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key() 3592 sizeof(key->arp.tip)) || in fl_dump_key()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 615 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip)); in __skb_flow_dissect_arp()
|
| /linux/Documentation/networking/ |
| H A D | eql.rst | 187 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 50 tip is useful.
|