Searched refs:ipgpc_packet_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.h75 } ipgpc_packet_t; typedef in typeref:struct:ipgpc_packet_s
80 extern ipgpc_class_t *ipgpc_classify(int, ipgpc_packet_t *);
81 extern void parse_packet(ipgpc_packet_t *, mblk_t *);
82 extern void parse_packet6(ipgpc_packet_t *, mblk_t *);
83 extern void print_packet(int, ipgpc_packet_t *);
H A Dclassifier.c64 static int common_classify(ipgpc_packet_t *, ht_match_t *, uint16_t *);
67 static void get_port_info(ipgpc_packet_t *, void *, int, mblk_t *);
76 common_classify(ipgpc_packet_t *packet, ht_match_t *fid_table,
225 ipgpc_classify(int af, ipgpc_packet_t *packet)
487 get_port_info(ipgpc_packet_t *packet, void *iph, int af, mblk_t *mp)
588 find_ids(ipgpc_packet_t *packet, mblk_t *mp)
605 * parses the given message block into a ipgpc_packet_t structure
608 parse_packet(ipgpc_packet_t *packet, mblk_t *mp)
632 * parses the message block into a ipgpc_packet_t structure for IPv6 traffic
635 parse_packet6(ipgpc_packet_t *packe
[all...]
H A Dclassifierddi.c396 ipgpc_packet_t pkt;

Completed in 125 milliseconds