Home
last modified time | relevance | path

Searched refs:ip_flow6 (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dip_flow.h80 struct ip_flow6 { struct
86 struct ip_flow6 *lru_next; argument
87 struct ip_flow6 *lru_prev; argument
88 struct ip_flow6 *next; argument
89 struct ip_flow6 *prev; argument
93 struct ip_flow6 *root;
94 struct ip_flow6 *last;
117 extern void create_flow6(struct timeval *, struct ip_flow6 *, u_int8_t, unsigned int, struct packet…
124 extern struct ip_flow6 **ip_flow_table6;
H A Dip_flow.c35 struct ip_flow6 **ip_flow_table6;
406 size = sizeof(struct ip_flow6) * config.flow_hashsz; in init_ip6_flow_handler()
407 ip_flow_table6 = (struct ip_flow6 **) malloc(size); in init_ip6_flow_handler()
410 flow_lru_list6.root = (struct ip_flow6 *) malloc(sizeof(struct ip_flow6)); in init_ip6_flow_handler()
412 memset(flow_lru_list6.root, 0, sizeof(struct ip_flow6)); in init_ip6_flow_handler()
504 struct ip_flow6 *fp, *candidate = NULL, *last_seen = NULL; in find_flow6()
548 struct ip_flow6 *newf; in create_flow6()
564 newf = (struct ip_flow6 *) malloc(sizeof(struct ip_flow6)); in create_flow6()
575 memset(newf, 0, sizeof(struct ip_flow6)); in create_flow6()
600 fp = (struct ip_flow6 *) malloc(sizeof(struct ip_flow6)); in create_flow6()
[all …]