Searched refs:opts (Results 1 – 2 of 2) sorted by relevance
11 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member
126 static inline void security_init_mnt_opts(struct security_mnt_opts *opts) in security_init_mnt_opts() argument128 opts->mnt_opts = NULL; in security_init_mnt_opts()129 opts->mnt_opts_flags = NULL; in security_init_mnt_opts()130 opts->num_mnt_opts = 0; in security_init_mnt_opts()133 static inline void security_free_mnt_opts(struct security_mnt_opts *opts) in security_free_mnt_opts() argument136 if (opts->mnt_opts) in security_free_mnt_opts()137 for (i = 0; i < opts->num_mnt_opts; i++) in security_free_mnt_opts()138 kfree(opts->mnt_opts[i]); in security_free_mnt_opts()139 kfree(opts->mnt_opts); in security_free_mnt_opts()140 opts->mnt_opts = NULL; in security_free_mnt_opts()[all …]