Home
last modified time | relevance | path

Searched refs:ct_entry (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_ct.h25 static __always_inline void reset_seen_flags(struct ct_entry *entry) in reset_seen_flags()
31 static __always_inline void reset_closing_flags(struct ct_entry *entry) in reset_closing_flags()
37 static __always_inline bool is_conn_alive(const struct ct_entry *entry) in is_conn_alive()
42 static __always_inline bool is_conn_closing(const struct ct_entry *entry) in is_conn_closing()
60 static __always_inline bool is_seen_both_syns(const struct ct_entry *entry) in is_seen_both_syns()
68 static __always_inline bool update_timeout_inner(struct ct_entry *entry, __u32 lifetime, enum ct_di… in update_timeout_inner()
109 static __always_inline bool ct_update_timeout(struct ct_entry *entry, bool tcp, enum ct_dir dir, in ct_update_timeout()
137 struct ct_entry entry = { 0 }; in ct_create_entry()
160 struct ct_entry *entry = bpf_map_lookup_elem(&CT_MAP, tuple); in ct_lookup_entry()
H A Dnetfirewall_ct_map.h25 .value_size = sizeof(struct ct_entry),
H A Dnetfirewall_ct_def.h65 struct ct_entry { struct
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h63 using CtVaule = struct ct_entry;