Lines Matching defs:packet
84 pr_err("Error - can't add another packet client: maximum number of clients reached\n");
105 struct batadv_socket_packet *packet, *tmp;
110 list_for_each_entry_safe(packet, tmp, &client->queue_list, list) {
111 list_del(&packet->list);
112 kfree(packet);
180 "Error - can't send packet from char device: invalid packet size\n");
213 "Error - can't send packet from char device: got bogus packet type (expected: BAT_ICMP)\n");
222 "Error - can't send packet from char device: invalid packet size\n");
254 "Error - can't send packet from char device: got unknown message type\n");
322 * batadv_socket_add_packet() - schedule an icmp packet to be sent to
324 * @socket_client: the socket this packet belongs to
325 * @icmph: pointer to the header of the icmp packet
326 * @icmp_len: total length of the icmp packet
379 * batadv_socket_receive_packet() - schedule an icmp packet to be received
381 * @icmph: pointer to the header of the icmp packet
382 * @icmp_len: total length of the icmp packet