Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 7 of 7) sorted by relevance

/net/sctp/
Dsm_statefuns.c70 sctp_cmd_seq_t *commands);
78 sctp_cmd_seq_t *commands,
85 sctp_cmd_seq_t *commands);
91 sctp_cmd_seq_t *commands);
97 sctp_cmd_seq_t *commands);
101 sctp_cmd_seq_t *commands,
111 sctp_cmd_seq_t *commands,
121 sctp_cmd_seq_t *commands);
129 sctp_cmd_seq_t *commands);
137 sctp_cmd_seq_t *commands);
[all …]
Dsm_sideeffect.c61 sctp_cmd_seq_t *commands,
69 sctp_cmd_seq_t *commands,
154 sctp_cmd_seq_t *commands) in sctp_gen_sack() argument
215 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack()
226 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack()
229 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack()
471 static void sctp_do_8_2_transport_strike(sctp_cmd_seq_t *commands, in sctp_do_8_2_transport_strike() argument
511 sctp_cmd_hb_timer_update(commands, transport); in sctp_do_8_2_transport_strike()
540 static void sctp_cmd_init_failed(sctp_cmd_seq_t *commands, in sctp_cmd_init_failed() argument
551 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed()
[all …]
Dprobe.c135 sctp_cmd_seq_t *commands) in jsctp_sf_eat_sack() argument
/net/ieee802154/
Dnl-mac.c1022 u32 commands[256 / 32]; in ieee802154_llsec_parse_key() local
1036 nla_memcpy(commands, in ieee802154_llsec_parse_key()
1040 if (commands[0] || commands[1] || commands[2] || commands[3] || in ieee802154_llsec_parse_key()
1041 commands[4] || commands[5] || commands[6] || in ieee802154_llsec_parse_key()
1042 commands[7] >= BIT(IEEE802154_CMD_GTS_REQ + 1)) in ieee802154_llsec_parse_key()
1045 key->cmd_frame_ids = commands[7]; in ieee802154_llsec_parse_key()
1100 u32 commands[256 / 32]; in ieee802154_nl_fill_key() local
1115 memset(commands, 0, sizeof(commands)); in ieee802154_nl_fill_key()
1116 commands[7] = key->key->cmd_frame_ids; in ieee802154_nl_fill_key()
1118 sizeof(commands), commands)) in ieee802154_nl_fill_key()
/net/phonet/
DKconfig13 from a Linux computer, although AT commands may be easier to use.
/net/bluetooth/
Dhci_core.c1686 if (hdev->commands[6] & 0x80 && in hci_init3_req()
1696 if (hdev->commands[5] & 0x10) in hci_init3_req()
1719 if (hdev->commands[25] & 0x40) { in hci_init3_req()
1742 if (hdev->commands[22] & 0x04) in hci_init4_req()
1746 if (hdev->commands[29] & 0x20) in hci_init4_req()
1750 if (hdev->commands[30] & 0x08) in hci_init4_req()
Dhci_event.c520 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands)); in hci_cc_read_local_commands()