Home
last modified time | relevance | path

Searched refs:node2 (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/net/
Dioam6_parser.c51 static struct ioam_config node2 = { variable
415 __u32 tmp32 = node2.egr_wide; in check_ioam_header_and_data()
416 __u16 tmp16 = node2.egr_id; in check_ioam_header_and_data()
419 node2.egr_id = 0xffff; in check_ioam_header_and_data()
420 node2.egr_wide = 0xffffffff; in check_ioam_header_and_data()
422 res = check_ioam6_data(&p, ioam6h, node2); in check_ioam_header_and_data()
424 node2.egr_id = tmp16; in check_ioam_header_and_data()
425 node2.egr_wide = tmp32; in check_ioam_header_and_data()
433 if (check_ioam6_data(&p, ioam6h, node2)) in check_ioam_header_and_data()
/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh677 local node2="$DL_HANDLE/$node2_name"
678 rate_node_add "$node2"
679 check_err $? "Failed to add node $node2"
681 rate_attr_parent_check $node2 $node1_name \
683 rate_node_del "$node2"
684 check_err $? "Failed to delete node $node2"
/tools/perf/
Dbuiltin-kmem.c196 node2 = evsel__intval(evsel, sample, "node"); in evsel__process_alloc_node_event() local
198 if (node1 != node2) in evsel__process_alloc_node_event()