Lines Matching defs:nfnl_handle
85 struct nfnl_handle { struct
86 int fd;
87 struct sockaddr_nl local;
88 struct sockaddr_nl peer;
89 u_int32_t subscriptions;
90 u_int32_t seq;
91 u_int32_t dump;
92 u_int32_t rcv_buffer_size; /* for nfnl_catch */
93 u_int32_t flags;
94 struct nlmsghdr *last_nlhdr;
95 struct nfnl_subsys_handle subsys[NFNL_MAX_SUBSYS+1];