Searched refs:message (Results 1 - 10 of 10) sorted by relevance

/net/batman-adv/
H A Dtranslation-table.h28 const uint8_t *addr, const char *message,
41 const char *message);
H A Dtranslation-table.c44 const char *message, bool roaming);
246 const char *message)
250 tt_global->common.addr, message);
290 * and the node got a roaming_advertisement message. Now
530 uint16_t flags, const char *message)
543 tt_local_entry->common.addr, message);
550 * @message: message to append to the log on deletion
556 const uint8_t *addr, const char *message,
581 message);
244 batadv_tt_global_free(struct batadv_priv *bat_priv, struct batadv_tt_global_entry *tt_global, const char *message) argument
528 batadv_tt_local_set_pending(struct batadv_priv *bat_priv, struct batadv_tt_local_entry *tt_local_entry, uint16_t flags, const char *message) argument
555 batadv_tt_local_remove(struct batadv_priv *bat_priv, const uint8_t *addr, const char *message, bool roaming) argument
1067 batadv_tt_global_del_orig_entry(struct batadv_priv *bat_priv, struct batadv_tt_global_entry *tt_global_entry, struct batadv_orig_node *orig_node, const char *message) argument
1096 batadv_tt_global_del_roaming(struct batadv_priv *bat_priv, struct batadv_tt_global_entry *tt_global_entry, struct batadv_orig_node *orig_node, const char *message) argument
1133 batadv_tt_global_del(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const unsigned char *addr, const char *message, bool roaming) argument
1188 batadv_tt_global_del_orig(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const char *message) argument
[all...]
/net/nfc/hci/
H A Dhcp.c31 * Payload is the HCP message data only. Instruction will be prepended.
89 packet->message.header = HCP_HEADER(type, instruction);
91 memcpy(packet->message.data, ptr,
96 memcpy(&packet->message, ptr, data_link_len);
141 * Receive hcp message for pipe, with type and cmd.
142 * skb contains optional message data only.
H A Dhci.h37 struct hcp_message message; member in struct:hcp_packet
H A Dcore.c119 struct hcp_message *message; local
127 message = (struct hcp_message *)skb->data;
128 type = HCP_MSG_GET_TYPE(message->header);
129 instruction = HCP_MSG_GET_CMD(message->header);
769 type = HCP_MSG_GET_TYPE(packet->message.header);
772 instruction = HCP_MSG_GET_CMD(packet->message.header);
/net/rds/
H A DMakefile2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c400 /* gss_get_mic: compute a mic over message and return mic_token. */
404 struct xdr_buf *message,
409 message,
413 /* gss_verify_mic: check whether the provided mic_token verifies message. */
417 struct xdr_buf *message,
422 message,
403 gss_get_mic(struct gss_ctx *context_handle, struct xdr_buf *message, struct xdr_netobj *mic_token) argument
416 gss_verify_mic(struct gss_ctx *context_handle, struct xdr_buf *message, struct xdr_netobj *mic_token) argument
/net/xfrm/
H A DKconfig75 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
76 The PF_KEY MIGRATE message is used to dynamically update
/net/atm/
H A DKconfig34 Normally, an "ICMP host unreachable" message is sent if a neighbour
/net/ipv6/
H A DKconfig46 Advertisement message which improves the ability of hosts

Completed in 191 milliseconds