Searched refs:permanent (Results 1 – 25 of 71) sorted by relevance
123
/Linux-v6.1/tools/testing/selftests/net/ |
D | test_vxlan_fdb_changelink.sh | 21 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent 22 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent
|
D | test_vxlan_under_vrf.sh | 114 bridge -netns hv-1 fdb add 00:00:00:00:00:00 dev vxlan0 dst 172.16.0.2 self permanent 115 bridge -netns hv-2 fdb add 00:00:00:00:00:00 dev vxlan0 dst 172.16.0.1 self permanent
|
/Linux-v6.1/Documentation/networking/devlink/ |
D | nfp.rst | 18 - permanent 20 - permanent
|
D | devlink-params.rst | 33 * - ``permanent``
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_bridge_1d_vlan.sh | 95 nud permanent dev br2 102 nud permanent dev br2
|
D | bridge_mdb.sh | 91 do_mdb_add_del $TEST_GROUP_MAC permanent
|
D | bridge_mdb_port_down.sh | 20 bridge mdb add dev br0 port "$swp2" grp $TEST_GROUP permanent 2>/dev/null
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | kirkwood-t5325.dts | 101 label = "permanent u-boot env"; 106 label = "permanent u-boot env";
|
/Linux-v6.1/tools/testing/selftests/drivers/net/dsa/ |
D | bridge_mdb.sh | 91 do_mdb_add_del $TEST_GROUP_MAC permanent
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/ti/ |
D | am65_nuss_cpsw_switchdev.rst | 120 bridge mdb add dev br0 port sw0p1 grp 239.1.1.1 permanent vid 100 121 bridge mdb add dev br0 port sw0p1 grp 239.1.1.1 permanent <---- Add on all VLANs
|
D | cpsw_switchdev.rst | 170 bridge mdb add dev br0 port sw0p1 grp 239.1.1.1 permanent vid 100 171 bridge mdb add dev br0 port sw0p1 grp 239.1.1.1 permanent <---- Add on all VLANs
|
/Linux-v6.1/Documentation/networking/ |
D | switchdev.rst | 242 52:54:00:12:35:01 dev sw1p1 master br0 permanent 245 52:54:00:12:35:02 dev sw1p2 master br0 permanent 248 33:33:00:00:00:01 dev eth0 self permanent 249 01:00:5e:00:00:01 dev eth0 self permanent 250 33:33:ff:00:00:00 dev eth0 self permanent 251 01:80:c2:00:00:0e dev eth0 self permanent 252 33:33:00:00:00:01 dev br0 self permanent 253 01:00:5e:00:00:01 dev br0 self permanent 254 33:33:ff:12:35:01 dev br0 self permanent
|
/Linux-v6.1/drivers/net/wireless/intersil/hostap/ |
D | hostap.h | 68 void * ap_crypt_get_ptrs(struct ap_data *ap, u8 *addr, int permanent,
|
/Linux-v6.1/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 58 reservation they take. These are known as "one shot" and "permanent" 64 place. This means that permanent transactions can be used for one-shot 65 modifications, but one-shot reservations cannot be used for permanent 81 In contrast, a permanent transaction is made up of multiple linked individual 111 It is important to note that a series of rolling transactions in a permanent 117 This affects long running permanent transactions in that it is not possible to 139 ensuring that a long running permanent transaction is fully committed once it is 157 a transaction is first allocated. For permanent transactions, these reservations 184 required for the transaction to proceed. For permanent transactions, however, we 188 While a permanent transaction can get by with a single unit of space [all …]
|
/Linux-v6.1/fs/xfs/ |
D | xfs_log.h | 143 struct xlog_ticket **ticket, bool permanent);
|
D | xfs_trans.c | 175 bool permanent = false; in xfs_trans_reserve() local 184 permanent = true; in xfs_trans_reserve() 196 &tp->t_ticket, permanent); in xfs_trans_reserve()
|
D | xfs_log_priv.h | 506 int count, bool permanent);
|
/Linux-v6.1/Documentation/fb/ |
D | metronomefb.rst | 32 a possibility that it could have some permanent effects on the display media.
|
/Linux-v6.1/Documentation/input/devices/ |
D | bcm5974.rst | 65 a more permanent home at bitmath.org [#f2]_.
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_control.sh | 473 ip -4 neigh add 192.0.2.3 lladdr 00:11:22:33:44:55 nud permanent \ 475 ip -6 neigh add 2001:db8:1::3 lladdr 00:11:22:33:44:55 nud permanent \
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 52 hardware does not have DEVDISR2) upon a request for permanent device
|
/Linux-v6.1/net/can/ |
D | Kconfig | 38 sending of RTR frames, and cyclic CAN messages without permanent user
|
/Linux-v6.1/Documentation/userspace-api/media/drivers/ |
D | imx-uapi.rst | 38 permanent split image (one frame contains lines from two consecutive
|
/Linux-v6.1/Documentation/mm/ |
D | highmem.rst | 20 The part of (physical) memory not covered by a permanent mapping is what we 168 pageframes need to live in the permanent mapping, which means:
|
/Linux-v6.1/Documentation/PCI/ |
D | pci-error-recovery.rst | 300 will typically report a "permanent failure" in such a case. The 349 A "permanent failure" has occurred, and the platform cannot recover 360 permanent failure in some way. If the device is hotplug-capable, 362 Note, however, not all failures are truly "permanent". Some are
|
123