Lines Matching defs:packet
373 * ipgpc_invoke_action(aid, packet)
375 * packet processing function for ipgpc
377 * given packet the selector information is parsed and the classify
381 * action, associated with that class, are added to packet
385 ipgpc_invoke_action(ipp_action_id_t aid, ipp_packet_t *packet)
399 /* extract packet data */
400 mp = ipp_packet_get_data(packet);
403 priv = (ip_priv_t *)ipp_packet_get_private(packet);
422 * Translate the callout_pos into the direction the packet is traveling
434 /* parse the packet from the message block */
445 pkt.direction = callout_pos; /* set packet direction */
479 /* classify this packet */
496 if ((rc = ipp_packet_add_class(packet, out_class->class_name,
503 return (ipp_packet_next(packet, IPP_ACTION_CONT));