Searched +full:route +full:- +full:ptp (Results 1 – 19 of 19) sorted by relevance
2 # SPDX-License-Identifier: GPL-2.04 # Test devlink-trap control trap functionality over mlxsw. Each registered8 # +---------------------------------+16 # +----|----------------------------+18 # +----|----------------------------------------------------------------------+28 # +----|----------------------------------------------------------------------+30 # +----|----------------------------+38 # +---------------------------------+95 ip -4 route add default vrf v$h1 nexthop via 192.0.2.296 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alexandre Torgue <alexandre.torgue@st.com>11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>12 - Jose Abreu <joabreu@synopsys.com>23 - snps,dwmac24 - snps,dwmac-3.50a25 - snps,dwmac-3.61026 - snps,dwmac-3.70a[all …]
1 .. SPDX-License-Identifier: GPL-2.014 For example, a device acting as a multicast-aware bridge must be able to send21 kernel so that it will route it as well and generate an ICMP Time Exceeded22 error datagram. Without letting the kernel route such packets itself, utilities31 The ``devlink-trap`` mechanism allows capable device drivers to register their35 Upon receiving trapped packets, ``devlink`` will perform a per-trap packets and38 port). This is especially useful for drop traps (see :ref:`Trap-Types`)42 The following diagram provides a general overview of ``devlink-trap``::49 +---------------------------------------------------+52 +-------+--------+[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 Copyright (C) 2007-2011 STMicroelectronics Ltd26 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins57 * dwmac1000_validate_ucast_entries - validate the Unicast address entries88 * stmmac_axi_setup - parse DT parameters for programming the AXI register91 * if required, from device-tree the AXI internal register can be tuned99 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup()103 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup()106 return ERR_PTR(-ENOMEM); in stmmac_axi_setup()109 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup()[all …]
1 .. SPDX-License-Identifier: GPL-2.0+13 - In This Release14 - Feature List15 - Kernel Configuration16 - Command Line Parameters17 - Driver Information and Notes18 - Debug Information19 - Support33 (and older) and DesignWare(R) Cores Ethernet Quality-of-Service version 4.035 DesignWare(R) Cores XGMAC - 10G Ethernet MAC and DesignWare(R) Cores[all …]
1 .. SPDX-License-Identifier: GPL-2.0+8 Copyright(c) 1999-2018 Intel Corporation.13 - Overview14 - Identifying Your Adapter15 - Intel(R) Ethernet Flow Director16 - Additional Configurations17 - Known Issues18 - Support47 ----------------------49 …intel.com/content/dam/www/public/us/en/documents/release-notes/xl710-ethernet-controller-feature-m…[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later29 * Bradford Johnson : IP-over-DDP (experimental)30 * Jay Schulist : Moved IP-over-DDP to its own59 #include <net/route.h>97 if (to->sat_port != at->src_port) in atalk_search_socket()100 if (to->sat_addr.s_net == ATADDR_ANYNET && in atalk_search_socket()101 to->sat_addr.s_node == ATADDR_BCAST) in atalk_search_socket()104 if (to->sat_addr.s_net == at->src_net && in atalk_search_socket()105 (to->sat_addr.s_node == at->src_node || in atalk_search_socket()106 to->sat_addr.s_node == ATADDR_BCAST || in atalk_search_socket()[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright (c) 2018, Sensor-Technik Wiedemann GmbH3 * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>28 #define SJA1105_DEFAULT_VLAN (VLAN_N_VID - 1)70 * Every queue i holds top[i] - base[i] frames. in sja1105_init_mac_settings()71 * Sum of top[i] - base[i] is 511 (max hardware limit). in sja1105_init_mac_settings()82 /* No static correction for 1-step 1588 events */ in sja1105_init_mac_settings()94 /* Don't drop double-tagged traffic */ in sja1105_init_mac_settings()100 /* Disable learning and I/O on user ports by default - in sja1105_init_mac_settings()111 table = &priv->static_config.tables[BLK_IDX_MAC_CONFIG]; in sja1105_init_mac_settings()[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>6 /* In the dynamic configuration interface, the switch exposes a register-like13 * This file creates a per-switch-family abstraction called15 * - sja1105_dynamic_config_write16 * - sja1105_dynamic_config_read25 * +-----------------------------------------+------------------+27 * +-----------------------------------------+------------------+29 * <----------------------- packed_size ------------------------>33 * function is reused (bar exceptional cases - see[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * FIB front-end.14 * - respect outgoing interface15 * - select from (probably) reachable routers (i.e.17 * - always select the same router if it is (probably)18 * reachable. otherwise, round-robin the list.33 #include <linux/route.h>79 RT6_NUD_FAIL_HARD = -3,80 RT6_NUD_FAIL_PROBE = -2,81 RT6_NUD_FAIL_DO_RR = -1,[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later53 #include <linux/route.h>102 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()308 if (del_timer(&idev->rs_timer)) in addrconf_del_rs_timer()314 if (cancel_delayed_work(&ifp->dad_work)) in addrconf_del_dad_work()321 if (!timer_pending(&idev->rs_timer)) in addrconf_mod_rs_timer()323 mod_timer(&idev->rs_timer, jiffies + when); in addrconf_mod_rs_timer()330 if (mod_delayed_work(addrconf_wq, &ifp->dad_work, delay)) in addrconf_mod_dad_work()338 idev->stats.ipv6 = alloc_percpu(struct ipstats_mib); in snmp6_alloc_dev()339 if (!idev->stats.ipv6) in snmp6_alloc_dev()[all …]
1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */2 /* Copyright (c) 2015-2018 Mellanox Technologies. All rights reserved */29 #define MLXSW_REG_LEN(type) MLXSW_REG(type)->len30 #define MLXSW_REG_ZERO(type, payload) memset(payload, 0, MLXSW_REG(type)->len)32 /* SGCR - Switch General Configuration Register33 * --------------------------------------------55 /* SPAD - Switch Physical Address Register56 * ---------------------------------------72 /* SMID - Switch Multicast ID73 * --------------------------[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */4 * Copyright 2009-2018 Solarflare Communications Inc.5 * Copyright 2019-2020 Xilinx Inc.13 /* Power-on reset state */35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */38 /* The rest of these are firmware-defined */46 /* Values to be written to the per-port status dword in shared71 * | | \--- Response72 * | \------- Error73 * \------------------------------ Resync (always set)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (c) 2012-2013 Vyatta Inc.64 /* per-network namespace private data for this module */94 return vs->flags & VXLAN_F_COLLECT_METADATA || in vxlan_collect_metadata()102 if (a->sa.sa_family != b->sa.sa_family) in vxlan_addr_equal()104 if (a->sa.sa_family == AF_INET6) in vxlan_addr_equal()105 return ipv6_addr_equal(&a->sin6.sin6_addr, &b->sin6.sin6_addr); in vxlan_addr_equal()107 return a->sin.sin_addr.s_addr == b->sin.sin_addr.s_addr; in vxlan_addr_equal()113 ip->sin6.sin6_addr = nla_get_in6_addr(nla); in vxlan_nla_get_addr()114 ip->sa.sa_family = AF_INET6; in vxlan_nla_get_addr()[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...