Lines Matching refs:node_icmp
157 struct node_icmp { struct
161 struct node_icmp *next; argument
162 struct node_icmp *tail; argument
235 struct node_icmp *icmpspec;
340 struct node_icmp *, const char *);
391 struct node_icmp *icmp;
3482 $$ = calloc(1, sizeof(struct node_icmp));
3501 $$ = calloc(1, sizeof(struct node_icmp));
3515 $$ = calloc(1, sizeof(struct node_icmp));
3527 $$ = calloc(1, sizeof(struct node_icmp));
3546 $$ = calloc(1, sizeof(struct node_icmp));
3560 $$ = calloc(1, sizeof(struct node_icmp));
5248 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
5274 LOOP_THROUGH(struct node_icmp, icmp_type, icmp_types, in expand_rule()
5417 FREE_LIST(struct node_icmp, icmp_types); in expand_rule()