Lines Matching refs:node_icmp
147 struct node_icmp { struct
151 struct node_icmp *next; argument
152 struct node_icmp *tail; argument
224 struct node_icmp *icmpspec;
326 struct node_icmp *, const char *);
374 struct node_icmp *icmp;
3298 $$ = calloc(1, sizeof(struct node_icmp));
3317 $$ = calloc(1, sizeof(struct node_icmp));
3331 $$ = calloc(1, sizeof(struct node_icmp));
3343 $$ = calloc(1, sizeof(struct node_icmp));
3362 $$ = calloc(1, sizeof(struct node_icmp));
3376 $$ = calloc(1, sizeof(struct node_icmp));
5057 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
5083 LOOP_THROUGH(struct node_icmp, icmp_type, icmp_types, in expand_rule()
5226 FREE_LIST(struct node_icmp, icmp_types); in expand_rule()