Home
last modified time | relevance | path

Searched full:deleting (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/linux/tools/testing/selftests/net/
H A Dtest_vxlan_vnifilter_notify.sh11 # - Deleting a VNI sends a notification
15 # - Deleting a non-existent VNI does not send a notification
109 # Deleting a VNI should produce a notification.
165 # Deleting a non-existent VNI should not produce a notification.
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_l2_miss.sh108 # Deleting FDB entry.
114 check_err $? "Unknown unicast filter was not hit after deleting FDB entry"
117 check_err $? "Known unicast filter was hit after deleting FDB entry"
165 # Deleting MDB entry.
171 check_err $? "Unregistered multicast filter was not hit after deleting MDB entry"
174 check_err $? "Registered multicast filter was hit after deleting MDB entry"
H A Dfib_offload_lib.sh332 # prefix routes on a netdev and then deleting it.
671 check_err $? "Route not in hardware after deleting higher metric route"
686 check_err $? "Route not in hardware after deleting lowest metric route"
703 check_err $? "Route not in hardware after deleting lowest metric route"
717 check_err $? "Route not in hardware after deleting a single nexthop"
763 check_err $? "Route not in hardware after deleting higher metric route"
780 check_err $? "Route not in hardware after deleting lowest metric route"
799 check_err $? "Route not in hardware after deleting lowest metric route"
H A Dbridge_mdb_host.sh81 check_err $? "Failed deleting $group from br0, port br0"
H A Dbridge_mdb_port_down.sh33 check_err $? "Failed deleting mdb entry"
/linux/fs/btrfs/tests/
H A Draid-stripe-tree-tests.c36 * deleting all of the middle extents and partially deleting the "book ends".
135 test_err("deleting RAID extent [%llu, %llu] failed", in test_punch_hole_3extents()
199 test_err("deleting RAID extent [%llu, %llu] failed", in test_punch_hole_3extents()
206 test_err("deleting RAID extent [%llu, %llu] failed", in test_punch_hole_3extents()
310 test_err("deleting RAID extent [%llu, %llu] failed", in test_delete_two_extents()
429 test_err("deleting RAID extent [%llu, %llu] failed", in test_punch_hole()
568 test_err("deleting RAID extent [%llu, %llu] failed", in test_front_delete_prev_item()
708 test_err("deleting RAID extent [%llu, %llu] failed", logical, in test_front_delete()
823 test_err("deleting RAID extent [%llu, %llu] failed", in test_tail_delete()
862 test_err("deleting RAID extent [%llu, %llu] failed", logical, in test_tail_delete()
[all …]
/linux/tools/testing/selftests/rdma/
H A Drxe_test_NETDEV_UNREGISTER.sh49 # We delete the underlying device without deleting the RDMA link first.
50 echo "Triggering NETDEV_UNREGISTER by deleting $DEV_NAME..."
H A Drxe_socket_with_netns.sh64 echo "Deleting rxe1..."
73 echo "Deleting rxe0..."
H A Drxe_ipv6.sh58 echo "Deleting RDMA link..."
/linux/Documentation/trace/
H A Duser_events.rst165 Deleting chapter
167 Deleting an event from within a user process is done via ioctl() out to the
190 The command to issue is DIAG_IOCSUNREG. This is different than deleting, where
191 deleting actually removes the event from the system. Unregistering simply tells
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_audit.sh229 # deleting rules
247 # deleting chains
252 # deleting sets and elements
/linux/tools/testing/selftests/net/ovpn/
H A Dtest.sh191 ovpn_log "Deleting peer 1:"
215 ovpn_log "Deleting peer while sending traffic:"
239 ovpn_log "Deleting keys:"
/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c662 pr_debug("Deleting port %x:%x\n", i, p); in octeon_fdt_pip_port()
810 pr_debug("Deleting mix%d\n", i); in octeon_prune_device_tree()
853 pr_debug("Deleting twsi%d\n", i); in octeon_prune_device_tree()
883 pr_debug("Deleting smi%d\n", i); in octeon_prune_device_tree()
917 pr_debug("Deleting uart%d\n", i); in octeon_prune_device_tree()
1092 pr_debug("Deleting uctl\n"); in octeon_prune_device_tree()
1110 pr_debug("Deleting usbn\n"); in octeon_prune_device_tree()
/linux/fs/btrfs/
H A Ddelayed-ref.h93 * how many refs is this entry adding or deleting. For
239 * Track space reserved for deleting csums of data extents.
334 * Deleting csum items does not result in new nodes/leaves and does not in btrfs_calc_delayed_ref_csum_bytes()
/linux/net/sched/
H A Dcls_matchall.c25 bool deleting; member
254 head->deleting = true; in mall_delete()
267 if (!head || head->deleting) in mall_walk()
/linux/drivers/virt/coco/efi_secret/
H A DKconfig12 <securityfs>/secrets/coco. Files can be read and deleted (deleting
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib.sh150 # Successfully reload after deleting all the routes.
317 # Successfully reload after deleting all the routes.
H A Dtc-mq-visibility.sh66 n_child_assert 3 "Deleting real one, replacing default one with pfifo"
/linux/drivers/net/ethernet/microchip/vcap/
H A DKconfig27 - Creating and deleting rules
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h268 * @ct_map_ent: ct map entry for the flow that needs deleting
285 * @ct_map_ent: ct map entry for the flow that needs deleting
/linux/tools/testing/selftests/drivers/net/dsa/
H A Dtest_bridge_fdb_stress.sh9 # deleting an entry many times in a row without the rtnl_mutex held.
/linux/net/ceph/
H A Dsnapshot.c59 /*printk(" deleting snap_context %p\n", sc);*/ in ceph_put_snap_context()
/linux/Documentation/netlink/specs/
H A Dnet_shaper.yaml273 Clear (remove) the specified shaper. When deleting
279 When deleting a @queue shaper or a @netdev shaper,
/linux/tools/testing/radix-tree/
H A Diteration_check_2.c3 * iteration_check_2.c: Check that deleting a tagged entry doesn't cause
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh

12345678910>>...12