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

/net/batman-adv/
H A Dtranslation-table.h26 const char *message, bool roaming);
31 int32_t match_vid, const char *message);
H A Dtranslation-table.c44 unsigned short vid, const char *message,
483 const char *message)
488 BATADV_PRINT_VID(tt_global->common.vid), message);
551 * and the node got a roaming_advertisement message. Now
985 uint16_t flags, const char *message)
998 BATADV_PRINT_VID(tt_local_entry->common.vid), message);
1006 * @message: message to append to the log on deletion
1013 const char *message, bool roaming)
1038 message);
481 batadv_tt_global_free(struct batadv_priv *bat_priv, struct batadv_tt_global_entry *tt_global, const char *message) argument
983 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
1011 batadv_tt_local_remove(struct batadv_priv *bat_priv, const uint8_t *addr, unsigned short vid, const char *message, bool roaming) argument
1658 batadv_tt_global_del_orig_node(struct batadv_priv *bat_priv, struct batadv_tt_global_entry *tt_global_entry, struct batadv_orig_node *orig_node, const char *message) argument
1690 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
1735 batadv_tt_global_del(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const unsigned char *addr, unsigned short vid, const char *message, bool roaming) argument
1800 batadv_tt_global_del_orig(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, int32_t match_vid, const char *message) argument
[all...]
/net/nfc/hci/
H A Dhcp.c29 * Payload is the HCP message data only. Instruction will be prepended.
87 packet->message.header = HCP_HEADER(type, instruction);
89 memcpy(packet->message.data, ptr,
94 memcpy(&packet->message, ptr, data_link_len);
139 * Receive hcp message for pipe, with type and cmd.
140 * skb contains optional message data only.
H A Dhci.h35 struct hcp_message message; member in struct:hcp_packet
H A Dcore.c117 struct hcp_message *message; local
125 message = (struct hcp_message *)skb->data;
126 type = HCP_MSG_GET_TYPE(message->header);
127 instruction = HCP_MSG_GET_CMD(message->header);
794 type = HCP_MSG_GET_TYPE(packet->message.header);
797 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.c401 /* gss_get_mic: compute a mic over message and return mic_token. */
405 struct xdr_buf *message,
410 message,
414 /* gss_verify_mic: check whether the provided mic_token verifies message. */
418 struct xdr_buf *message,
423 message,
404 gss_get_mic(struct gss_ctx *context_handle, struct xdr_buf *message, struct xdr_netobj *mic_token) argument
417 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 DKconfig28 Advertisement message which improves the ability of hosts

Completed in 124 milliseconds