Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_extern.c29 uint64_t bool_val = -1; variable
46 bool_val = CONFIG_BOOL; in handle_sys_enter()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c45 .bool_val = true,
64 .data = { .bool_val = true } },
66 .data = { .bool_val = false } },
/linux/drivers/net/team/
H A Dteam_core.c1525 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()
1533 if (ctx->data.bool_val) in team_port_en_option_set()
1545 ctx->data.bool_val = team_port_rx_enabled(port); in team_port_rx_en_option_get()
1553 if (ctx->data.bool_val) in team_port_rx_en_option_set()
1565 ctx->data.bool_val = team_port_tx_enabled(port); in team_port_tx_en_option_get()
1573 if (ctx->data.bool_val) in team_port_tx_en_option_set()
1585 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1595 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1606 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1614 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
[all …]