Searched refs:nfnl_exp_add (Results 1 – 4 of 4) sorted by relevance
54 extern int nfnl_exp_add(struct nl_sock *, const struct nfnl_exp *, int);
181 if ((err = nfnl_exp_add(sock, exp, nlflags)) < 0) in main()
82 nfnl_exp_add;
508 int nfnl_exp_add(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_add() function