Searched refs:nfnl_err (Results 1 – 1 of 1) sorted by relevance
316 struct nfnl_err { struct326 struct nfnl_err *nfnl_err; in nfnl_err_add() argument328 nfnl_err = kmalloc(sizeof(struct nfnl_err), GFP_KERNEL); in nfnl_err_add()329 if (nfnl_err == NULL) in nfnl_err_add()332 nfnl_err->nlh = nlh; in nfnl_err_add()333 nfnl_err->err = err; in nfnl_err_add()340 static void nfnl_err_del(struct nfnl_err *nfnl_err) in nfnl_err_del() argument343 kfree(nfnl_err); in nfnl_err_del()348 struct nfnl_err *nfnl_err, *next; in nfnl_err_reset() local356 struct nfnl_err *nfnl_err, *next; in nfnl_err_deliver() local[all …]