Home
last modified time | relevance | path

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
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, in common_classify()
225 ipgpc_classify(int af, ipgpc_packet_t *packet) in ipgpc_classify()
487 get_port_info(ipgpc_packet_t *packet, void *iph, int af, mblk_t *mp) in get_port_info()
588 find_ids(ipgpc_packet_t *packet, mblk_t *mp) in find_ids()
608 parse_packet(ipgpc_packet_t *packet, mblk_t *mp) in parse_packet()
635 parse_packet6(ipgpc_packet_t *packet, mblk_t *mp) in parse_packet6()
670 print_packet(int af, ipgpc_packet_t *pkt) in print_packet()
H A Dclassifierddi.c396 ipgpc_packet_t pkt; in ipgpc_invoke_action()