Symbol: commands
arch/sparc/kernel/setup_32.c
135
static void __init boot_flags_init(char *commands)
arch/sparc/kernel/setup_32.c
137
while (*commands) {
arch/sparc/kernel/setup_32.c
139
while (*commands == ' ')
arch/sparc/kernel/setup_32.c
140
commands++;
arch/sparc/kernel/setup_32.c
143
if (*commands == '\0')
arch/sparc/kernel/setup_32.c
145
if (*commands == '-') {
arch/sparc/kernel/setup_32.c
146
commands++;
arch/sparc/kernel/setup_32.c
147
while (*commands && *commands != ' ')
arch/sparc/kernel/setup_32.c
148
process_switch(*commands++);
arch/sparc/kernel/setup_32.c
151
if (!strncmp(commands, "mem=", 4)) {
arch/sparc/kernel/setup_32.c
156
cmdline_memory_size = simple_strtoul(commands + 4,
arch/sparc/kernel/setup_32.c
157
&commands, 0);
arch/sparc/kernel/setup_32.c
158
if (*commands == 'K' || *commands == 'k') {
arch/sparc/kernel/setup_32.c
160
commands++;
arch/sparc/kernel/setup_32.c
161
} else if (*commands=='M' || *commands=='m') {
arch/sparc/kernel/setup_32.c
163
commands++;
arch/sparc/kernel/setup_32.c
166
while (*commands && *commands != ' ')
arch/sparc/kernel/setup_32.c
167
commands++;
arch/sparc/kernel/setup_64.c
120
static void __init boot_flags_init(char *commands)
arch/sparc/kernel/setup_64.c
122
while (*commands) {
arch/sparc/kernel/setup_64.c
124
while (*commands == ' ')
arch/sparc/kernel/setup_64.c
125
commands++;
arch/sparc/kernel/setup_64.c
128
if (*commands == '\0')
arch/sparc/kernel/setup_64.c
130
if (*commands == '-') {
arch/sparc/kernel/setup_64.c
131
commands++;
arch/sparc/kernel/setup_64.c
132
while (*commands && *commands != ' ')
arch/sparc/kernel/setup_64.c
133
process_switch(*commands++);
arch/sparc/kernel/setup_64.c
136
if (!strncmp(commands, "mem=", 4))
arch/sparc/kernel/setup_64.c
137
cmdline_memory_size = memparse(commands + 4, &commands);
arch/sparc/kernel/setup_64.c
139
while (*commands && *commands != ' ')
arch/sparc/kernel/setup_64.c
140
commands++;
arch/um/drivers/mconsole_user.c
15
static struct mconsole_command commands[] = {
arch/um/drivers/mconsole_user.c
64
for (i = 0; i < ARRAY_SIZE(commands); i++) {
arch/um/drivers/mconsole_user.c
65
cmd = &commands[i];
drivers/ata/libata-eh.c
117
const u8 *commands;
drivers/ata/libata-eh.c
136
{ .commands = CMDS(ATA_CMD_ID_ATA, ATA_CMD_ID_ATAPI),
drivers/ata/libata-eh.c
138
{ .commands = CMDS(ATA_CMD_READ_LOG_EXT, ATA_CMD_READ_LOG_DMA_EXT),
drivers/ata/libata-eh.c
140
{ .commands = CMDS(ATA_CMD_READ_NATIVE_MAX, ATA_CMD_READ_NATIVE_MAX_EXT),
drivers/ata/libata-eh.c
142
{ .commands = CMDS(ATA_CMD_SET_MAX, ATA_CMD_SET_MAX_EXT),
drivers/ata/libata-eh.c
144
{ .commands = CMDS(ATA_CMD_SET_FEATURES),
drivers/ata/libata-eh.c
146
{ .commands = CMDS(ATA_CMD_INIT_DEV_PARAMS),
drivers/ata/libata-eh.c
148
{ .commands = CMDS(ATA_CMD_FLUSH, ATA_CMD_FLUSH_EXT),
drivers/ata/libata-eh.c
150
{ .commands = CMDS(ATA_CMD_VERIFY),
drivers/ata/libata-eh.c
310
for (cur = ata_eh_cmd_timeout_table[i].commands; *cur; cur++)
drivers/crypto/inside-secure/safexcel.c
824
int ret, nreq = 0, cdesc = 0, rdesc = 0, commands, results;
drivers/crypto/inside-secure/safexcel.c
848
ret = ctx->send(req, ring, &commands, &results);
drivers/crypto/inside-secure/safexcel.c
859
if (!commands && !results)
drivers/crypto/inside-secure/safexcel.c
862
cdesc += commands;
drivers/crypto/inside-secure/safexcel.h
839
int *commands, int *results);
drivers/crypto/inside-secure/safexcel_cipher.c
1023
int ring, int *commands, int *results)
drivers/crypto/inside-secure/safexcel_cipher.c
1033
*commands = 1;
drivers/crypto/inside-secure/safexcel_cipher.c
1040
int *commands, int *results)
drivers/crypto/inside-secure/safexcel_cipher.c
1051
ret = safexcel_cipher_send_inv(async, ring, commands, results);
drivers/crypto/inside-secure/safexcel_cipher.c
1064
commands, results);
drivers/crypto/inside-secure/safexcel_cipher.c
1072
int *commands, int *results)
drivers/crypto/inside-secure/safexcel_cipher.c
1084
ret = safexcel_cipher_send_inv(async, ring, commands, results);
drivers/crypto/inside-secure/safexcel_cipher.c
1089
commands, results);
drivers/crypto/inside-secure/safexcel_cipher.c
677
unsigned int digestsize, u8 *iv, int *commands,
drivers/crypto/inside-secure/safexcel_cipher.c
890
*commands = n_cdesc;
drivers/crypto/inside-secure/safexcel_hash.c
308
int *commands, int *results)
drivers/crypto/inside-secure/safexcel_hash.c
346
*commands = 0;
drivers/crypto/inside-secure/safexcel_hash.c
487
*commands = n_cdesc;
drivers/crypto/inside-secure/safexcel_hash.c
588
int ring, int *commands, int *results)
drivers/crypto/inside-secure/safexcel_hash.c
599
*commands = 1;
drivers/crypto/inside-secure/safexcel_hash.c
606
int ring, int *commands, int *results)
drivers/crypto/inside-secure/safexcel_hash.c
613
ret = safexcel_ahash_send_inv(async, ring, commands, results);
drivers/crypto/inside-secure/safexcel_hash.c
615
ret = safexcel_ahash_send_req(async, ring, commands, results);
drivers/cxl/core/mbox.c
563
if (copy_to_user(&q->commands[j++], &info, sizeof(info)))
drivers/firmware/arm_scpi.c
254
int *commands;
drivers/firmware/arm_scpi.c
281
__le32 commands[4];
drivers/firmware/arm_scpi.c
483
if (scpi_info->commands[idx] < 0)
drivers/firmware/arm_scpi.c
486
cmd = scpi_info->commands[idx];
drivers/firmware/arm_scpi.c
989
scpi_drvinfo->commands = scpi_std_commands;
drivers/firmware/arm_scpi.c
996
scpi_drvinfo->commands = scpi_legacy_commands;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13513
union dmub_rb_cmd *commands,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13518
const uint8_t ddc_line = commands[0].fused_io.request.u.aux.ddc_line;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13524
struct dmub_rb_cmd_fused_io *first = &commands[0].fused_io;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13525
const bool result = dm_execute_dmub_cmd_list(ctx, count, commands, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13554
union dmub_rb_cmd *commands,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13562
const bool result = execute_fused_io(dev, link->ctx, commands, count, timeout_us);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
1100
union dmub_rb_cmd *commands,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
642
union dmub_rb_cmd *commands,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
649
return amdgpu_dm_execute_fused_io(dev, link, commands, count, timeout_us);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
108
union dmub_rb_cmd commands[3] = { 0 };
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
109
const bool converted = op_i2c_convert(&commands[0], write, FUSED_REQUEST_WRITE, ddc_line, over_aux)
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
110
&& op_i2c_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line, over_aux)
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
111
&& op_i2c_convert(&commands[2], read, FUSED_REQUEST_READ, ddc_line, over_aux);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
116
const bool result = atomic_write_poll_read(link, commands, poll_timeout_us, poll_mask_msb);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
118
memcpy(read->data, commands[0].fused_io.request.buffer, read->size);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
135
union dmub_rb_cmd commands[3] = { 0 };
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
136
const bool converted = op_aux_convert(&commands[0], write, FUSED_REQUEST_WRITE, ddc_line)
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
137
&& op_aux_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line)
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
138
&& op_aux_convert(&commands[2], read, FUSED_REQUEST_READ, ddc_line);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
143
const bool result = atomic_write_poll_read(link, commands, poll_timeout_us, poll_mask_msb);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
145
memcpy(read->data, commands[0].fused_io.request.buffer, read->size);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
61
union dmub_rb_cmd commands[3],
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
71
commands[1].fused_io.request.poll_mask_msb = poll_mask_msb;
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
72
commands[1].fused_io.request.timeout_us = poll_timeout_us;
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
75
struct dmub_rb_cmd_fused_io *io = &commands[i].fused_io;
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
80
io->header.payload_bytes = sizeof(commands[i].fused_io) - sizeof(io->header);
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
87
if (!dm_helpers_execute_fused_io(link->ctx, link, commands, count, timeout_us))
drivers/gpu/drm/amd/display/dc/dc_fused_io.c
90
return commands[0].fused_io.request.status == FUSED_REQUEST_STATUS_SUCCESS;
drivers/gpu/drm/amd/display/dc/dm_helpers.h
159
union dmub_rb_cmd *commands,
drivers/gpu/drm/panel/panel-truly-nt35597.c
374
panel_on_cmds[i].commands);
drivers/gpu/drm/panel/panel-truly-nt35597.c
40
u8 commands[4];
drivers/gpu/drm/qxl/qxl_ioctl.c
281
struct drm_qxl_command __user *commands =
drivers/gpu/drm/qxl/qxl_ioctl.c
282
u64_to_user_ptr(execbuffer->commands);
drivers/gpu/drm/qxl/qxl_ioctl.c
284
if (copy_from_user(&user_cmd, commands + cmd_num,
drivers/gpu/drm/sitronix/st7571.c
729
u8 commands[] = {
drivers/gpu/drm/sitronix/st7571.c
752
return st7571_send_command_list(st7567, commands, ARRAY_SIZE(commands));
drivers/gpu/drm/sitronix/st7571.c
761
u8 commands[] = {
drivers/gpu/drm/sitronix/st7571.c
799
return st7571_send_command_list(st7571, commands, ARRAY_SIZE(commands));
drivers/gpu/drm/tiny/panel-mipi-dbi.c
114
u8 commands[];
drivers/gpu/drm/tiny/panel-mipi-dbi.c
126
struct panel_mipi_dbi_commands *commands;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
150
u8 command = config->commands[i++];
drivers/gpu/drm/tiny/panel-mipi-dbi.c
151
u8 num_parameters = config->commands[i++];
drivers/gpu/drm/tiny/panel-mipi-dbi.c
152
const u8 *parameters = &config->commands[i];
drivers/gpu/drm/tiny/panel-mipi-dbi.c
173
commands = devm_kzalloc(dev, sizeof(*commands), GFP_KERNEL);
drivers/gpu/drm/tiny/panel-mipi-dbi.c
174
if (!commands)
drivers/gpu/drm/tiny/panel-mipi-dbi.c
177
commands->len = commands_len;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
178
commands->buf = devm_kmemdup(dev, config->commands, commands->len, GFP_KERNEL);
drivers/gpu/drm/tiny/panel-mipi-dbi.c
179
if (!commands->buf)
drivers/gpu/drm/tiny/panel-mipi-dbi.c
182
return commands;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
187
struct panel_mipi_dbi_commands *commands;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
206
commands = panel_mipi_dbi_check_commands(dev, fw);
drivers/gpu/drm/tiny/panel-mipi-dbi.c
209
return commands;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
213
struct panel_mipi_dbi_commands *commands)
drivers/gpu/drm/tiny/panel-mipi-dbi.c
217
if (!commands)
drivers/gpu/drm/tiny/panel-mipi-dbi.c
220
while (i < commands->len) {
drivers/gpu/drm/tiny/panel-mipi-dbi.c
221
u8 command = commands->buf[i++];
drivers/gpu/drm/tiny/panel-mipi-dbi.c
222
u8 num_parameters = commands->buf[i++];
drivers/gpu/drm/tiny/panel-mipi-dbi.c
223
const u8 *parameters = &commands->buf[i];
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
4499
(void __user *)(unsigned long)arg->commands,
drivers/hwmon/sht3x.c
327
const struct sht3x_limit_commands *commands;
drivers/hwmon/sht3x.c
331
commands = &limit_commands[index];
drivers/hwmon/sht3x.c
333
commands->read_command, buffer,
drivers/hwmon/sht3x.c
377
const struct sht3x_limit_commands *commands;
drivers/hwmon/sht3x.c
379
commands = &limit_commands[index];
drivers/hwmon/sht3x.c
381
memcpy(position, commands->write_command, SHT3X_CMD_LENGTH);
drivers/net/wireless/ti/wl1251/acx.h
914
u32 commands;
drivers/net/wireless/ti/wl1251/debugfs.c
128
DEBUGFS_FWSTATS_FILE(isr, commands, 20, "%u");
drivers/net/wireless/ti/wl1251/debugfs.c
268
DEBUGFS_FWSTATS_DEL(isr, commands);
drivers/net/wireless/ti/wl1251/debugfs.c
367
DEBUGFS_FWSTATS_ADD(isr, commands);
drivers/net/wireless/ti/wl12xx/acx.h
95
__le32 commands;
drivers/net/wireless/ti/wl12xx/debugfs.c
146
DEBUGFS_FWSTATS_ADD(isr, commands);
drivers/net/wireless/ti/wl12xx/debugfs.c
46
WL12XX_DEBUGFS_FWSTATS_FILE(isr, commands, "%u");
drivers/net/wireless/ti/wlcore/spi.c
303
u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */
drivers/net/wireless/ti/wlcore/spi.c
317
cmd = &commands[0];
drivers/nvdimm/core.c
291
static DEVICE_ATTR_RO(commands);
drivers/nvdimm/dimm_devs.c
290
static DEVICE_ATTR_RO(commands);
drivers/platform/x86/samsung-laptop.c
1141
if (samsung->config->commands.get_battery_life_extender != 0xFFFF) {
drivers/platform/x86/samsung-laptop.c
1154
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
1158
if (commands->kbd_backlight == 0xFFFF)
drivers/platform/x86/samsung-laptop.c
1163
retval = sabi_command(samsung, commands->kbd_backlight,
drivers/platform/x86/samsung-laptop.c
1176
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
1182
retval = sabi_command(samsung, commands->kbd_backlight,
drivers/platform/x86/samsung-laptop.c
1193
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
1198
return sabi_command(samsung, commands->kbd_backlight,
drivers/platform/x86/samsung-laptop.c
1405
if (config && config->commands.set_linux != 0xff)
drivers/platform/x86/samsung-laptop.c
1406
sabi_set_commandb(samsung, config->commands.set_linux, 0x80);
drivers/platform/x86/samsung-laptop.c
1476
const struct sabi_commands *commands;
drivers/platform/x86/samsung-laptop.c
148
const struct sabi_commands commands;
drivers/platform/x86/samsung-laptop.c
1509
commands = &config->commands;
drivers/platform/x86/samsung-laptop.c
1530
if (commands->set_linux != 0xff) {
drivers/platform/x86/samsung-laptop.c
1532
commands->set_linux, 0x81);
drivers/platform/x86/samsung-laptop.c
173
.commands = {
drivers/platform/x86/samsung-laptop.c
236
.commands = {
drivers/platform/x86/samsung-laptop.c
473
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
478
retval = sabi_command(samsung, commands->get_brightness,
drivers/platform/x86/samsung-laptop.c
495
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
506
sabi_set_commandb(samsung, commands->set_brightness, 0);
drivers/platform/x86/samsung-laptop.c
509
sabi_set_commandb(samsung, commands->set_brightness, user_level);
drivers/platform/x86/samsung-laptop.c
556
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
561
sabi_set_commandb(samsung, commands->set_backlight, 1);
drivers/platform/x86/samsung-laptop.c
563
sabi_set_commandb(samsung, commands->set_backlight, 0);
drivers/platform/x86/samsung-laptop.c
577
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
579
return sabi_set_commandb(samsung, commands->set_wireless_button,
drivers/platform/x86/samsung-laptop.c
590
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
592
return sabi_command(samsung, commands->get_wireless_status,
drivers/platform/x86/samsung-laptop.c
600
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
618
return sabi_command(samsung, commands->set_wireless_status,
drivers/platform/x86/samsung-laptop.c
653
const struct sabi_commands *commands = &config->commands;
drivers/platform/x86/samsung-laptop.c
659
retval = sabi_command(samsung, commands->get_performance_level,
drivers/platform/x86/samsung-laptop.c
678
const struct sabi_commands *commands = &config->commands;
drivers/platform/x86/samsung-laptop.c
689
commands->set_performance_level,
drivers/platform/x86/samsung-laptop.c
711
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
715
if (commands->get_battery_life_extender == 0xFFFF)
drivers/platform/x86/samsung-laptop.c
720
retval = sabi_command(samsung, commands->get_battery_life_extender,
drivers/platform/x86/samsung-laptop.c
735
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
740
return sabi_command(samsung, commands->set_battery_life_extender,
drivers/platform/x86/samsung-laptop.c
862
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
866
if (commands->get_usb_charge == 0xFFFF)
drivers/platform/x86/samsung-laptop.c
871
retval = sabi_command(samsung, commands->get_usb_charge,
drivers/platform/x86/samsung-laptop.c
886
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
891
return sabi_command(samsung, commands->set_usb_charge,
drivers/platform/x86/samsung-laptop.c
931
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
935
if (commands->get_lid_handling == 0xFFFF)
drivers/platform/x86/samsung-laptop.c
939
retval = sabi_command(samsung, commands->get_lid_handling,
drivers/platform/x86/samsung-laptop.c
951
const struct sabi_commands *commands = &samsung->config->commands;
drivers/platform/x86/samsung-laptop.c
956
return sabi_command(samsung, commands->set_lid_handling,
drivers/s390/char/sclp_early_core.c
283
sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED,
drivers/s390/char/sclp_early_core.c
286
for (i = 0; i < ARRAY_SIZE(commands); i++) {
drivers/s390/char/sclp_early_core.c
291
if (sclp_early_cmd(commands[i], sccb))
drivers/scsi/aha152x.c
1041
HOSTDATA(shpnt)->commands--;
drivers/scsi/aha152x.c
1042
if (!HOSTDATA(shpnt)->commands)
drivers/scsi/aha152x.c
1107
HOSTDATA(shpnt)->commands--;
drivers/scsi/aha152x.c
1108
if (!HOSTDATA(shpnt)->commands)
drivers/scsi/aha152x.c
1148
HOSTDATA(shpnt)->commands--;
drivers/scsi/aha152x.c
1179
if(HOSTDATA(shpnt)->commands==0)
drivers/scsi/aha152x.c
1450
HOSTDATA(shpnt)->commands--;
drivers/scsi/aha152x.c
1451
if (!HOSTDATA(shpnt)->commands)
drivers/scsi/aha152x.c
1479
HOSTDATA(shpnt)->commands--;
drivers/scsi/aha152x.c
1480
if (!HOSTDATA(shpnt)->commands)
drivers/scsi/aha152x.c
2875
seq_printf(m, "%d commands currently queued\n", HOSTDATA(shpnt)->commands);
drivers/scsi/aha152x.c
460
int commands; /* current number of commands */
drivers/scsi/aha152x.c
980
HOSTDATA(shpnt)->commands++;
drivers/scsi/aha152x.c
981
if (HOSTDATA(shpnt)->commands==1)
drivers/scsi/nsp32_debug.c
53
static const char **commands[] = {
drivers/scsi/nsp32_debug.c
65
const char **table = commands[ group(opcode) ];
drivers/scsi/pcmcia/nsp_debug.c
55
static const char **commands[] = {
drivers/scsi/pcmcia/nsp_debug.c
67
const char **table = commands[ group(opcode) ];
drivers/target/target_core_user.c
1075
if (xa_alloc(&udev->commands, &cmd_id, tcmu_cmd, XA_LIMIT(1, 0xffff),
drivers/target/target_core_user.c
1484
cmd = xa_load(&udev->commands, entry->hdr.cmd_id);
drivers/target/target_core_user.c
1486
cmd = xa_erase(&udev->commands, entry->hdr.cmd_id);
drivers/target/target_core_user.c
1505
xa_empty(&udev->commands) && list_empty(&udev->qfull_queue)) {
drivers/target/target_core_user.c
156
struct xarray commands;
drivers/target/target_core_user.c
1632
xa_init_flags(&udev->commands, XA_FLAGS_ALLOC1);
drivers/target/target_core_user.c
1730
xa_for_each(&udev->commands, i, cmd) {
drivers/target/target_core_user.c
1738
xa_destroy(&udev->commands);
drivers/target/target_core_user.c
1969
xa_for_each(&udev->commands, i, cmd) {
drivers/target/target_core_user.c
1983
xa_erase(&udev->commands, i);
drivers/target/target_core_user.c
2370
xa_for_each(&udev->commands, i, cmd) {
drivers/target/target_core_user.c
2378
xa_erase(&udev->commands, i);
drivers/target/target_core_user.c
3104
XA_STATE(xas, &udev->commands, cmd_id);
drivers/usb/storage/shuttle_usbat.c
292
unsigned char *commands,
drivers/usb/storage/shuttle_usbat.c
297
commands, len);
include/linux/bnge/hsi.h
9207
__le64 commands;
include/linux/bnge/hsi.h
9402
__le64 commands;
include/net/bluetooth/hci.h
1427
__u8 commands[64];
include/net/bluetooth/hci_core.h
1997
((dev)->commands[39] & 0x04))
include/net/bluetooth/hci_core.h
2000
((dev)->commands[20] & 0x10 && \
include/net/bluetooth/hci_core.h
2004
((dev)->commands[9] & 0x04 && \
include/net/bluetooth/hci_core.h
2011
(((dev)->commands[29] & 0x08) && \
include/net/bluetooth/hci_core.h
2015
#define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \
include/net/bluetooth/hci_core.h
2016
((dev)->commands[37] & 0x40) && \
include/net/bluetooth/hci_core.h
2020
#define use_ext_conn(dev) (((dev)->commands[37] & 0x80) && \
include/net/bluetooth/hci_core.h
2082
#define mws_transport_config_capable(dev) (((dev)->commands[30] & 0x08) && \
include/net/bluetooth/hci_core.h
388
__u8 commands[64];
include/uapi/drm/qxl_drm.h
94
__u64 commands; /* struct drm_qxl_command* */
include/uapi/drm/vmwgfx_drm.h
337
__u64 commands;
include/uapi/linux/cxl_mem.h
178
struct cxl_command_info __user commands[]; /* out: supported commands */
net/bluetooth/hci_codec.c
67
if (!(hdev->commands[45] & 0x08)) {
net/bluetooth/hci_event.c
795
memcpy(hdev->commands, rp->commands, sizeof(hdev->commands));
net/bluetooth/hci_sync.c
2729
if (!(hdev->commands[26] & 0x80))
net/bluetooth/hci_sync.c
3872
if (!lmp_sco_capable(hdev) || !(hdev->commands[10] & BIT(4)) ||
net/bluetooth/hci_sync.c
4012
if (iso_capable(hdev) && hdev->commands[41] & 0x20)
net/bluetooth/hci_sync.c
4031
if (ll_ext_feature_capable(hdev) && hdev->commands[47] & BIT(2))
net/bluetooth/hci_sync.c
4123
if (hdev->commands[0] & 0x20) {
net/bluetooth/hci_sync.c
4137
if (hdev->commands[2] & 0x80)
net/bluetooth/hci_sync.c
4200
if (!(hdev->commands[6] & 0x20) ||
net/bluetooth/hci_sync.c
4217
if (!(hdev->commands[5] & 0x10))
net/bluetooth/hci_sync.c
4239
if (!(hdev->commands[8] & 0x01))
net/bluetooth/hci_sync.c
4248
if (!(hdev->commands[18] & 0x04) ||
net/bluetooth/hci_sync.c
4263
if (!(hdev->commands[13] & 0x01) ||
net/bluetooth/hci_sync.c
4367
if (hdev->commands[26] & 0x08)
net/bluetooth/hci_sync.c
4373
if (hdev->commands[26] & 0x10)
net/bluetooth/hci_sync.c
4379
if (hdev->commands[27] & 0x04)
net/bluetooth/hci_sync.c
4385
if (hdev->commands[27] & 0x20)
net/bluetooth/hci_sync.c
4392
if (hdev->commands[34] & 0x02)
net/bluetooth/hci_sync.c
4399
if (hdev->commands[34] & 0x04)
net/bluetooth/hci_sync.c
4405
if (hdev->commands[35] & (0x20 | 0x40))
net/bluetooth/hci_sync.c
4459
if ((hdev->commands[25] & 0x40) && !ext_adv_capable(hdev)) {
net/bluetooth/hci_sync.c
4477
if (!(hdev->commands[38] & 0x80) ||
net/bluetooth/hci_sync.c
4488
if (!(hdev->commands[26] & 0x40))
net/bluetooth/hci_sync.c
4498
if (!(hdev->commands[34] & 0x40))
net/bluetooth/hci_sync.c
4508
if (!(hdev->commands[34] & 0x20))
net/bluetooth/hci_sync.c
4520
if (!(hdev->commands[35] & 0x04) ||
net/bluetooth/hci_sync.c
4685
if (!(hdev->commands[6] & 0x80) ||
net/bluetooth/hci_sync.c
4703
if (!(hdev->commands[22] & 0x04))
net/bluetooth/hci_sync.c
4750
if (hdev->commands[45] & 0x04)
net/bluetooth/hci_sync.c
4752
else if (hdev->commands[29] & 0x20)
net/bluetooth/hci_sync.c
4761
if (!(hdev->commands[41] & 0x08))
net/bluetooth/hci_sync.c
4810
if (!(hdev->commands[18] & 0x08) ||
net/bluetooth/hci_sync.c
4869
if (!(hdev->commands[35] & 0x20)) {
net/bluetooth/hci_sync.c
7433
if (ll_ext_feature_capable(hdev) && hdev->commands[47] & BIT(3))
net/bluetooth/mgmt.c
4472
if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev))
net/bluetooth/mgmt.c
4480
if (hdev->commands[20] & 0x10)
net/bluetooth/mgmt.c
4491
if (hdev->commands[41] & 0x08)
net/bluetooth/mgmt.c
4503
if (hdev->commands[38] & 0x80) {
net/ieee802154/nl-mac.c
829
u32 commands[256 / 32];
net/ieee802154/nl-mac.c
843
nla_memcpy(commands,
net/ieee802154/nl-mac.c
847
if (commands[0] || commands[1] || commands[2] || commands[3] ||
net/ieee802154/nl-mac.c
848
commands[4] || commands[5] || commands[6] ||
net/ieee802154/nl-mac.c
849
commands[7] >= BIT(IEEE802154_CMD_GTS_REQ + 1))
net/ieee802154/nl-mac.c
852
key->cmd_frame_ids = commands[7];
net/ieee802154/nl-mac.c
907
u32 commands[256 / 32];
net/ieee802154/nl-mac.c
922
memset(commands, 0, sizeof(commands));
net/ieee802154/nl-mac.c
923
commands[7] = key->key->cmd_frame_ids;
net/ieee802154/nl-mac.c
925
sizeof(commands), commands))
net/ieee802154/nl802154.c
1969
u32 commands[NL802154_CMD_FRAME_NR_IDS / 32];
net/ieee802154/nl802154.c
1998
memset(commands, 0, sizeof(commands));
net/ieee802154/nl802154.c
1999
commands[7] = key->key->cmd_frame_ids;
net/ieee802154/nl802154.c
2001
sizeof(commands), commands))
net/ieee802154/nl802154.c
2089
u32 commands[NL802154_CMD_FRAME_NR_IDS / 32] = { };
net/ieee802154/nl802154.c
2113
nla_memcpy(commands, attrs[NL802154_KEY_ATTR_USAGE_CMDS],
net/ieee802154/nl802154.c
2117
if (commands[0] || commands[1] || commands[2] || commands[3] ||
net/ieee802154/nl802154.c
2118
commands[4] || commands[5] || commands[6] ||
net/ieee802154/nl802154.c
2119
commands[7] > BIT(NL802154_CMD_FRAME_MAX))
net/ieee802154/nl802154.c
2122
key.cmd_frame_ids = commands[7];
net/sctp/sm_sideeffect.c
1048
static void sctp_cmd_assoc_change(struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
1062
static void sctp_cmd_peer_no_auth(struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
1073
static void sctp_cmd_adaptation_ind(struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
1160
struct sctp_cmd_seq commands;
net/sctp/sm_sideeffect.c
1169
sctp_init_cmd_seq(&commands);
net/sctp/sm_sideeffect.c
1172
status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands);
net/sctp/sm_sideeffect.c
1177
&commands, gfp);
net/sctp/sm_sideeffect.c
1193
struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
1207
commands, gfp)))
net/sctp/sm_sideeffect.c
1282
struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
1307
while (NULL != (cmd = sctp_next_cmd(commands))) {
net/sctp/sm_sideeffect.c
1336
sctp_cmd_delete_tcb(commands, asoc);
net/sctp/sm_sideeffect.c
1342
sctp_cmd_new_state(commands, asoc, cmd->obj.state);
net/sctp/sm_sideeffect.c
1367
error = sctp_gen_sack(asoc, force, commands);
net/sctp/sm_sideeffect.c
1372
error = sctp_cmd_process_sack(commands, asoc,
net/sctp/sm_sideeffect.c
1385
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_sideeffect.c
139
struct sctp_cmd_seq *commands)
net/sctp/sm_sideeffect.c
1395
error = sctp_cmd_process_init(commands, asoc, chunk,
net/sctp/sm_sideeffect.c
1408
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_sideeffect.c
1415
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_sideeffect.c
1438
sctp_add_cmd_sf(commands,
net/sctp/sm_sideeffect.c
1457
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_sideeffect.c
1519
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_sideeffect.c
1529
sctp_cmd_setup_t2(commands, asoc, cmd->obj.chunk);
net/sctp/sm_sideeffect.c
1592
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_sideeffect.c
1616
sctp_add_cmd_sf(commands,
net/sctp/sm_sideeffect.c
1622
sctp_cmd_init_failed(commands, asoc, cmd->obj.u16);
net/sctp/sm_sideeffect.c
1626
sctp_cmd_assoc_failed(commands, asoc, event_type,
net/sctp/sm_sideeffect.c
1654
sctp_do_8_2_transport_strike(commands, asoc,
net/sctp/sm_sideeffect.c
1665
sctp_do_8_2_transport_strike(commands, asoc,
net/sctp/sm_sideeffect.c
1672
sctp_cmd_transport_on(commands, asoc, t, chunk);
net/sctp/sm_sideeffect.c
1676
sctp_cmd_hb_timers_start(commands, asoc);
net/sctp/sm_sideeffect.c
1685
sctp_cmd_hb_timers_stop(commands, asoc);
net/sctp/sm_sideeffect.c
1705
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK,
net/sctp/sm_sideeffect.c
1737
sctp_cmd_setup_t4(commands, asoc, cmd->obj.chunk);
net/sctp/sm_sideeffect.c
1741
sctp_cmd_process_operr(commands, asoc, chunk);
net/sctp/sm_sideeffect.c
1750
sctp_cmd_t3_rtx_timers_stop(commands, asoc);
net/sctp/sm_sideeffect.c
1763
sctp_cmd_assoc_change(commands, asoc,
net/sctp/sm_sideeffect.c
1767
sctp_cmd_adaptation_ind(commands, asoc);
net/sctp/sm_sideeffect.c
1770
sctp_cmd_peer_no_auth(commands, asoc);
net/sctp/sm_sideeffect.c
1806
cmd = sctp_next_cmd(commands);
net/sctp/sm_sideeffect.c
1810
cmd = sctp_next_cmd(commands);
net/sctp/sm_sideeffect.c
200
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_sideeffect.c
215
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack));
net/sctp/sm_sideeffect.c
218
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_sideeffect.c
47
struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
556
static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
56
struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
631
static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
642
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_sideeffect.c
645
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_sideeffect.c
650
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_sideeffect.c
654
static void sctp_cmd_assoc_failed(struct sctp_cmd_seq *commands,
net/sctp/sm_sideeffect.c
676
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_sideeffect.c
682
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_sideeffect.c
686
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_sideeffect.c
691
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_sideeffect.c
699
static int sctp_cmd_process_init(struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
1005
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
1020
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
103
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
1033
sctp_add_cmd_sf(commands, SCTP_CMD_RTO_PENDING,
net/sctp/sm_statefuns.c
1036
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
1046
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1051
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
1054
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
1071
commands))
net/sctp/sm_statefuns.c
1077
sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_HB_SENT,
net/sctp/sm_statefuns.c
1080
sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_IDLE,
net/sctp/sm_statefuns.c
1082
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMER_UPDATE,
net/sctp/sm_statefuns.c
1094
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1099
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
1102
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
1110
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
1112
sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE, SCTP_TRANSPORT(transport));
net/sctp/sm_statefuns.c
1123
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
113
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
1135
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
1136
sctp_add_cmd_sf(commands, SCTP_CMD_PROBE_TIMER_UPDATE,
net/sctp/sm_statefuns.c
1170
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1178
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1184
commands);
net/sctp/sm_statefuns.c
1196
param_hdr, commands);
net/sctp/sm_statefuns.c
1205
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
123
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
1245
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1254
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1260
commands);
net/sctp/sm_statefuns.c
1298
return sctp_sf_send_probe(net, ep, asoc, type, link, commands);
net/sctp/sm_statefuns.c
131
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
1318
sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_ON, SCTP_TRANSPORT(link));
net/sctp/sm_statefuns.c
1328
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1361
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT, SCTP_PACKET(pkt));
net/sctp/sm_statefuns.c
1366
sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
net/sctp/sm_statefuns.c
139
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
1393
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1415
commands);
net/sctp/sm_statefuns.c
147
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
1519
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1538
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1542
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1548
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1551
return sctp_sf_new_encap_port(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1575
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
1585
commands);
net/sctp/sm_statefuns.c
159
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
1603
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1626
commands)) {
net/sctp/sm_statefuns.c
165
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
1670
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
net/sctp/sm_statefuns.c
1671
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
1678
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_statefuns.c
1738
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1743
return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1793
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1798
return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1817
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
1823
return sctp_sf_ootb(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1825
return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
1862
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
1889
if (!sctp_sf_check_restart_addrs(new_asoc, asoc, chunk, commands))
net/sctp/sm_statefuns.c
1901
chunk, commands);
net/sctp/sm_statefuns.c
1909
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
1918
sctp_add_cmd_sf(commands, SCTP_CMD_T3_RTX_TIMERS_STOP, SCTP_NULL());
net/sctp/sm_statefuns.c
1919
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
1921
sctp_add_cmd_sf(commands, SCTP_CMD_PURGE_OUTQUEUE, SCTP_NULL());
net/sctp/sm_statefuns.c
1926
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
1928
sctp_add_cmd_sf(commands, SCTP_CMD_PURGE_ASCONF_QUEUE, SCTP_NULL());
net/sctp/sm_statefuns.c
1931
if (sctp_sf_do_assoc_update((struct sctp_association *)asoc, new_asoc, commands))
net/sctp/sm_statefuns.c
1946
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
net/sctp/sm_statefuns.c
1955
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
1958
commands);
net/sctp/sm_statefuns.c
1960
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
1962
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
1985
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
2005
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
2009
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START, SCTP_NULL());
net/sctp/sm_statefuns.c
2012
if (sctp_sf_do_assoc_update((struct sctp_association *)asoc, new_asoc, commands))
net/sctp/sm_statefuns.c
2019
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
2033
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_CHANGE, SCTP_U8(SCTP_COMM_UP));
net/sctp/sm_statefuns.c
2044
sctp_add_cmd_sf(commands, SCTP_CMD_ADAPTATION_IND, SCTP_NULL());
net/sctp/sm_statefuns.c
2047
sctp_add_cmd_sf(commands, SCTP_CMD_PEER_NO_AUTH, SCTP_NULL());
net/sctp/sm_statefuns.c
2069
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
2092
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
2110
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
2112
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
2115
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START,
net/sctp/sm_statefuns.c
2159
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
2162
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
2165
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
2168
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
2205
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2222
return sctp_sf_violation_chunklen(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2256
sctp_send_stale_cookie_err(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
2258
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2261
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2284
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2291
retval = sctp_sf_do_dupcook_a(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
2296
retval = sctp_sf_do_dupcook_b(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
2301
retval = sctp_sf_do_dupcook_c(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
2306
retval = sctp_sf_do_dupcook_d(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
2311
retval = sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2316
sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC, SCTP_ASOC(new_asoc));
net/sctp/sm_statefuns.c
2317
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_statefuns.c
2322
sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC,
net/sctp/sm_statefuns.c
2342
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2347
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2360
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2369
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
237
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2372
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2374
return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2388
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2393
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2406
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2415
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2418
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2421
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
2425
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
2428
return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
243
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2442
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2447
return sctp_sf_shutdown_sent_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2470
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2476
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2483
commands);
net/sctp/sm_statefuns.c
2493
arg, commands);
net/sctp/sm_statefuns.c
2501
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
251
return sctp_sf_violation_chunk(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2535
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2545
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
2547
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
net/sctp/sm_statefuns.c
256
commands);
net/sctp/sm_statefuns.c
2584
sctp_add_cmd_sf(commands, SCTP_CMD_CLEAR_INIT_TAG, SCTP_NULL());
net/sctp/sm_statefuns.c
2587
sctp_add_cmd_sf(commands, SCTP_CMD_T3_RTX_TIMERS_STOP, SCTP_NULL());
net/sctp/sm_statefuns.c
2588
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_STOP, SCTP_NULL());
net/sctp/sm_statefuns.c
2593
sctp_add_cmd_sf(commands, SCTP_CMD_DEL_NON_PRIMARY, SCTP_NULL());
net/sctp/sm_statefuns.c
2598
sctp_add_cmd_sf(commands, SCTP_CMD_T1_RETRAN,
net/sctp/sm_statefuns.c
2604
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_COUNTER_INC, SCTP_NULL());
net/sctp/sm_statefuns.c
2606
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
2608
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
2610
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
2613
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
2658
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2663
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2676
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
268
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
2685
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2688
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2690
return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2699
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2710
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR, SCTP_ERROR(ECONNRESET));
net/sctp/sm_statefuns.c
2712
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED, SCTP_PERR(error));
net/sctp/sm_statefuns.c
2730
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2737
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2750
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2757
return sctp_stop_t1_and_abort(net, commands, error, ECONNREFUSED, asoc,
net/sctp/sm_statefuns.c
2770
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2772
return sctp_stop_t1_and_abort(net, commands, SCTP_ERROR_NO_ERROR,
net/sctp/sm_statefuns.c
2786
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
279
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
2791
return sctp_sf_cookie_wait_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2801
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
2808
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
2811
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
2813
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR, SCTP_ERROR(sk_err));
net/sctp/sm_statefuns.c
2815
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
net/sctp/sm_statefuns.c
282
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
285
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
2860
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2869
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2874
commands);
net/sctp/sm_statefuns.c
2894
return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2905
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
net/sctp/sm_statefuns.c
291
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_statefuns.c
2913
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
2919
arg, commands);
net/sctp/sm_statefuns.c
2929
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_CTSN,
net/sctp/sm_statefuns.c
2950
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
2957
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2962
commands);
net/sctp/sm_statefuns.c
2979
return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
2985
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_CTSN,
net/sctp/sm_statefuns.c
3002
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3010
commands);
net/sctp/sm_statefuns.c
3023
sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
3026
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
3029
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
3040
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3045
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3048
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3051
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3053
return __sctp_sf_do_9_2_reshutack(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3086
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3093
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3097
commands);
net/sctp/sm_statefuns.c
3107
sctp_add_cmd_sf(commands,
net/sctp/sm_statefuns.c
3141
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3147
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3151
commands);
net/sctp/sm_statefuns.c
3157
sctp_add_cmd_sf(commands, SCTP_CMD_ECN_ECNE,
net/sctp/sm_statefuns.c
3198
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3205
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
3207
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3212
commands);
net/sctp/sm_statefuns.c
3214
error = sctp_eat_data(asoc, chunk, commands);
net/sctp/sm_statefuns.c
3229
return sctp_sf_abort_violation(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
323
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3240
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
3267
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force);
net/sctp/sm_statefuns.c
3287
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
net/sctp/sm_statefuns.c
3292
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force);
net/sctp/sm_statefuns.c
3319
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3325
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
3327
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3332
commands);
net/sctp/sm_statefuns.c
3334
error = sctp_eat_data(asoc, chunk, commands);
net/sctp/sm_statefuns.c
3345
return sctp_sf_abort_violation(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
3364
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SHUTDOWN, SCTP_NULL());
net/sctp/sm_statefuns.c
3365
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
net/sctp/sm_statefuns.c
3366
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
341
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3410
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3417
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3422
commands);
net/sctp/sm_statefuns.c
3428
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3437
return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3455
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK, SCTP_CHUNK(chunk));
net/sctp/sm_statefuns.c
3487
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
349
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3515
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT, SCTP_PACKET(packet));
net/sctp/sm_statefuns.c
3519
sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3534
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3554
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
3559
sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
356
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3576
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3582
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3587
commands);
net/sctp/sm_statefuns.c
3591
(void *)err, commands);
net/sctp/sm_statefuns.c
3593
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_OPERR,
net/sctp/sm_statefuns.c
3614
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3621
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3626
commands);
net/sctp/sm_statefuns.c
363
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3645
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
net/sctp/sm_statefuns.c
3650
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
3653
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
3656
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
3660
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
3663
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_statefuns.c
3696
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3716
commands);
net/sctp/sm_statefuns.c
372
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3722
commands);
net/sctp/sm_statefuns.c
3736
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3759
return sctp_sf_shut_8_4_5(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3761
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3763
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3793
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3821
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
3830
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3849
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3859
commands);
net/sctp/sm_statefuns.c
3868
return sctp_sf_shut_8_4_5(net, ep, NULL, type, arg, commands);
net/sctp/sm_statefuns.c
3877
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
3886
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
3888
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3894
commands);
net/sctp/sm_statefuns.c
3904
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
3912
(void *)err_param, commands);
net/sctp/sm_statefuns.c
392
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
3976
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack));
net/sctp/sm_statefuns.c
3978
sctp_sf_heartbeat(ep, asoc, type, asoc->new_transport, commands);
net/sctp/sm_statefuns.c
3990
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4005
return sctp_sf_do_prm_asconf(net, ep, asoc, type, asconf, commands);
net/sctp/sm_statefuns.c
401
commands);
net/sctp/sm_statefuns.c
4018
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4028
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
4030
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4037
commands);
net/sctp/sm_statefuns.c
4047
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4055
(void *)err_param, commands);
net/sctp/sm_statefuns.c
4076
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
4082
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
4084
sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
net/sctp/sm_statefuns.c
4085
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
4087
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
4095
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
4102
type, commands);
net/sctp/sm_statefuns.c
4108
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
4114
sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
net/sctp/sm_statefuns.c
4115
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
4117
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
4133
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4141
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
4143
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4149
commands);
net/sctp/sm_statefuns.c
4153
(void *)err_param, commands);
net/sctp/sm_statefuns.c
418
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4180
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
4184
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
4210
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4218
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
4220
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4224
return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4229
commands);
net/sctp/sm_statefuns.c
4249
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_FWDTSN, SCTP_U32(tsn));
net/sctp/sm_statefuns.c
4251
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_FWDTSN,
net/sctp/sm_statefuns.c
4256
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
4263
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_NOFORCE());
net/sctp/sm_statefuns.c
4277
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4285
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
4287
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4291
return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4296
commands);
net/sctp/sm_statefuns.c
4316
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_FWDTSN, SCTP_U32(tsn));
net/sctp/sm_statefuns.c
4318
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_FWDTSN,
net/sctp/sm_statefuns.c
4329
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SHUTDOWN, SCTP_NULL());
net/sctp/sm_statefuns.c
4330
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
net/sctp/sm_statefuns.c
4331
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
4438
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4447
return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4450
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
net/sctp/sm_statefuns.c
4452
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4458
commands);
net/sctp/sm_statefuns.c
4472
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
4478
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4482
commands);
net/sctp/sm_statefuns.c
4500
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
4535
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4544
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4552
commands);
net/sctp/sm_statefuns.c
4557
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4566
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
4571
sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4584
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
4615
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4620
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4628
commands);
net/sctp/sm_statefuns.c
4657
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4660
sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
net/sctp/sm_statefuns.c
468
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
net/sctp/sm_statefuns.c
4685
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4690
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
4695
commands);
net/sctp/sm_statefuns.c
470
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
4708
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
4748
sctp_add_cmd_sf(commands, SCTP_CMD_UPDATE_INITTAG,
net/sctp/sm_statefuns.c
4753
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
net/sctp/sm_statefuns.c
4757
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
4759
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
4761
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
net/sctp/sm_statefuns.c
4764
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
4766
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
478
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_statefuns.c
4783
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
4792
sctp_sf_pdiscard(net, ep, asoc, SCTP_ST_CHUNK(0), arg, commands);
net/sctp/sm_statefuns.c
4826
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4830
return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str,
net/sctp/sm_statefuns.c
4846
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4860
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
net/sctp/sm_statefuns.c
4863
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
4865
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
4871
sctp_sf_pdiscard(net, ep, asoc, SCTP_ST_CHUNK(0), arg, commands);
net/sctp/sm_statefuns.c
4889
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4893
return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str,
net/sctp/sm_statefuns.c
4909
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4913
return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str,
net/sctp/sm_statefuns.c
4981
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
4990
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
5006
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_CHOOSE_TRANSPORT,
net/sctp/sm_statefuns.c
5013
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(my_asoc));
net/sctp/sm_statefuns.c
5018
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
5020
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
5093
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5097
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_MSG, SCTP_DATAMSG(msg));
net/sctp/sm_statefuns.c
5133
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5145
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
5151
arg, commands);
net/sctp/sm_statefuns.c
5190
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5203
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
net/sctp/sm_statefuns.c
5209
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
5212
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
5227
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5229
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_ERROR, SCTP_ERROR(-EINVAL));
net/sctp/sm_statefuns.c
523
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5242
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5244
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_ERROR,
net/sctp/sm_statefuns.c
5269
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5271
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5274
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
5279
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
net/sctp/sm_statefuns.c
5304
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5309
return sctp_sf_cookie_wait_prm_shutdown(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
531
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
5332
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5337
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5341
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
net/sctp/sm_statefuns.c
5343
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
5352
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
5355
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
net/sctp/sm_statefuns.c
538
return sctp_sf_violation_chunk(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
5381
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5386
return sctp_sf_cookie_wait_prm_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
5407
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5410
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5413
return sctp_sf_do_9_1_prm_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
543
commands);
net/sctp/sm_statefuns.c
5434
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5437
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5441
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5444
return sctp_sf_do_9_1_prm_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
5465
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5470
return sctp_sf_shutdown_sent_prm_abort(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
5501
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5504
(struct sctp_transport *)arg, commands))
net/sctp/sm_statefuns.c
5518
sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_HB_SENT,
net/sctp/sm_statefuns.c
5533
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5537
sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T4, SCTP_CHUNK(chunk));
net/sctp/sm_statefuns.c
5538
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
5540
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(chunk));
net/sctp/sm_statefuns.c
5550
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5554
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(chunk));
net/sctp/sm_statefuns.c
5569
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5593
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5601
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(event));
net/sctp/sm_statefuns.c
5625
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5641
sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
5644
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
5651
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
5655
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5659
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
5667
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_STOP, SCTP_NULL());
net/sctp/sm_statefuns.c
5669
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
5695
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
570
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
5710
commands);
net/sctp/sm_statefuns.c
5716
arg, commands);
net/sctp/sm_statefuns.c
5729
sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
5732
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
5736
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
5740
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
5748
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_STOP, SCTP_NULL());
net/sctp/sm_statefuns.c
5750
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
5768
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5796
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5814
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START_ONCE,
net/sctp/sm_statefuns.c
5817
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
5820
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
5856
sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE, SCTP_TRANSPORT(transport));
net/sctp/sm_statefuns.c
5859
sctp_add_cmd_sf(commands, SCTP_CMD_RETRAN, SCTP_TRANSPORT(transport));
net/sctp/sm_statefuns.c
5884
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5887
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
net/sctp/sm_statefuns.c
589
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
5916
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
592
return sctp_stop_t1_and_abort(net, commands, error, ECONNREFUSED,
net/sctp/sm_statefuns.c
5933
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_CHOOSE_TRANSPORT,
net/sctp/sm_statefuns.c
5937
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_RESTART,
net/sctp/sm_statefuns.c
5940
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
5946
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
5948
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
net/sctp/sm_statefuns.c
5981
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
5995
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_CHOOSE_TRANSPORT,
net/sctp/sm_statefuns.c
5998
sctp_add_cmd_sf(commands, SCTP_CMD_COOKIEECHO_RESTART,
net/sctp/sm_statefuns.c
60
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
6001
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
6003
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
6005
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
net/sctp/sm_statefuns.c
603
sctp_add_cmd_sf(commands, SCTP_CMD_PEER_INIT,
net/sctp/sm_statefuns.c
6032
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
6043
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
6046
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
6075
sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE,
net/sctp/sm_statefuns.c
6081
sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
6084
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
6086
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
609
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_SHKEY, SCTP_NULL());
net/sctp/sm_statefuns.c
6103
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
6115
sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE,
net/sctp/sm_statefuns.c
6119
sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T4, SCTP_CHUNK(chunk));
net/sctp/sm_statefuns.c
612
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_COUNTER_RESET, SCTP_NULL());
net/sctp/sm_statefuns.c
6127
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
6129
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
6131
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
6150
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
6157
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
net/sctp/sm_statefuns.c
6175
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
618
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
6187
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
net/sctp/sm_statefuns.c
6188
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
6190
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
620
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
6212
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
622
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
6226
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
6232
NULL, commands);
net/sctp/sm_statefuns.c
6254
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
6271
void *arg, struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
6292
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
631
sctp_add_cmd_sf(commands, SCTP_CMD_GEN_COOKIE_ECHO,
net/sctp/sm_statefuns.c
6461
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
6478
sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
net/sctp/sm_statefuns.c
6490
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
6527
sctp_add_cmd_sf(commands, SCTP_CMD_ECN_CE,
net/sctp/sm_statefuns.c
6542
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_DUP, SCTP_U32(tsn));
net/sctp/sm_statefuns.c
6562
sctp_add_cmd_sf(commands, SCTP_CMD_PART_DELIVER, SCTP_NULL());
net/sctp/sm_statefuns.c
6618
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
6624
sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
net/sctp/sm_statefuns.c
6625
sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
net/sctp/sm_statefuns.c
6627
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
net/sctp/sm_statefuns.c
6659
sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_TSN, SCTP_U32(tsn));
net/sctp/sm_statefuns.c
6666
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
net/sctp/sm_statefuns.c
6685
sctp_add_cmd_sf(commands, deliver, SCTP_CHUNK(chunk));
net/sctp/sm_statefuns.c
69
struct sctp_cmd_seq *commands,
net/sctp/sm_statefuns.c
705
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
717
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
724
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
734
commands);
net/sctp/sm_statefuns.c
743
return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
77
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
776
sctp_send_stale_cookie_err(net, ep, asoc, chunk, commands,
net/sctp/sm_statefuns.c
778
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
782
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
788
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
815
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
84
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
860
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
net/sctp/sm_statefuns.c
861
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
865
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START, SCTP_NULL());
net/sctp/sm_statefuns.c
868
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
872
sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
net/sctp/sm_statefuns.c
875
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
net/sctp/sm_statefuns.c
879
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
883
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
net/sctp/sm_statefuns.c
91
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
927
struct sctp_cmd_seq *commands)
net/sctp/sm_statefuns.c
933
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
938
return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
net/sctp/sm_statefuns.c
945
commands);
net/sctp/sm_statefuns.c
953
sctp_add_cmd_sf(commands, SCTP_CMD_INIT_COUNTER_RESET, SCTP_NULL());
net/sctp/sm_statefuns.c
961
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
net/sctp/sm_statefuns.c
963
sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
net/sctp/sm_statefuns.c
967
sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START, SCTP_NULL());
net/sctp/sm_statefuns.c
969
sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
net/sctp/sm_statefuns.c
98
struct sctp_cmd_seq *commands);
net/sctp/sm_statefuns.c
984
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
net/sctp/sm_statefuns.c
996
sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
sound/hda/codecs/side-codecs/cs35l41_hda.c
1391
static bool cs35l41_dsm_supported(acpi_handle handle, unsigned int commands)
sound/hda/codecs/side-codecs/cs35l41_hda.c
1397
return acpi_check_dsm(handle, &guid, 0, BIT(commands));
tools/bpf/bpftool/main.c
138
for (i = 0; commands[i].cmd; i++) {
tools/bpf/bpftool/main.c
139
if (!strcmp(commands[i].cmd, "prog")) {
tools/bpf/bpftool/main.c
143
bootstrap = !commands[i].func;
tools/bpf/bpftool/main.c
414
err = cmd_select(commands, n_argc, n_argv, do_help);
tools/bpf/bpftool/main.c
564
ret = cmd_select(commands, argc, argv, do_help);
tools/bpf/bpftool/main.c
79
static const struct cmd commands[] = {
tools/net/ynl/ynltool/main.c
236
ret = cmd_select(commands, argc, argv, do_help);
tools/net/ynl/ynltool/main.c
72
static const struct cmd commands[] = {
tools/perf/perf.c
282
for (i = 0; i < ARRAY_SIZE(commands); i++) {
tools/perf/perf.c
283
struct cmd_struct *p = commands+i;
tools/perf/perf.c
392
for (i = 0; i < ARRAY_SIZE(commands); i++) {
tools/perf/perf.c
393
struct cmd_struct *p = commands+i;
tools/perf/perf.c
51
static struct cmd_struct commands[] = {
tools/perf/perf.c
557
for (unsigned int i = 0; i < ARRAY_SIZE(commands); i++) {
tools/perf/perf.c
559
commands[i].cmd,
tools/perf/perf.c
560
strlen(commands[i].cmd));
tools/power/cpupower/utils/cpupower.c
226
for (i = 0; i < ARRAY_SIZE(commands); i++) {
tools/power/cpupower/utils/cpupower.c
227
struct cmd_struct *p = commands + i;
tools/power/cpupower/utils/cpupower.c
52
static struct cmd_struct commands[] = {
tools/power/cpupower/utils/cpupower.c
75
for (i = 0; i < ARRAY_SIZE(commands); i++)
tools/power/cpupower/utils/cpupower.c
76
printf("\t%s\n", commands[i].cmd);