Searched refs:ebt_fill_target (Results 1 – 6 of 6) sorted by relevance
64 if (ebt_fill_target(optarg, (unsigned int *)&replyinfo->target)) in brarpreply_parse()
50 if (ebt_fill_target(optarg, (unsigned int *)&redirectinfo->target)) in brredir_parse()
61 if (ebt_fill_target(optarg, (unsigned int *)&natinfo->target)) in brdnat_parse()
66 if (ebt_fill_target(optarg, &tmp)) in brsnat_parse()
76 if (ebt_fill_target(optarg, &tmp)) in brmark_parse()
87 static inline int ebt_fill_target(const char *str, unsigned int *verdict) in ebt_fill_target() function