OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ct_obj_ops
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
28
extern struct nl_object_ops
ct_obj_ops
;
/external/libnl/lib/netfilter/
ct_obj.c
367
return (struct nfnl_ct *) nl_object_alloc(&
ct_obj_ops
);
771
struct nl_object_ops
ct_obj_ops
= {
variable in typeref:struct:nl_object_ops
ct.c
588
.co_obj_ops = &
ct_obj_ops
,
Completed in 40 milliseconds