Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 590 def check_extack(output, reference, args): function 598 check_extack(output, "netdevsim: " + reference, args) 656 check_extack(err, "XDP program already attached.", args) 779 check_extack(err, "TC offload is disabled on net device.", args) 819 check_extack(err, "Driver supports only offload of chain 0.", args) 952 check_extack(err, 994 check_extack(err, "Can't attach device-bound programs in generic mode.", args) 1043 check_extack(err, "Program bound to different device.", args) 1048 check_extack(err, "Program bound to different device.", args) 1289 check_extack(err, "Program bound to different device.", args) [all …]
|