Home
last modified time | relevance | path

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

/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_dir dir, in update_timeout_inner()
102 * @param entry struct ct_entry
109 static __always_inline bool ct_update_timeout(struct ct_entry *entry, bool tcp, enum ct_dir dir, in ct_update_timeout()
128 * @brief create a key pair of ct_tuple/ct_entry and add to ct map
137 struct ct_entry entr in ct_create_entry()
[all...]
H A Dnetfirewall_ct_map.h25 .value_size = sizeof(struct ct_entry),
H A Dnetfirewall_ct_def.h65 struct ct_entry { struct
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h63 using CtVaule = struct ct_entry;

Completed in 1 milliseconds