Home
last modified time | relevance | path

Searched refs:ct_tuple (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall.h73 * @param ct_tpl struct ct_tuple
76 static __always_inline bool get_ct_tuple(struct match_tuple *match_tpl, struct ct_tuple *ct_tpl) in get_ct_tuple()
113 struct ct_tuple ct_tpl = {}; in netfirewall_policy_ingress()
176 struct ct_tuple ct_tpl = {}; in netfirewall_policy_egress()
H A Dnetfirewall_ct_map.h24 .key_size = sizeof(struct ct_tuple),
H A Dnetfirewall_ct_def.h47 struct ct_tuple { struct
H A Dnetfirewall_ct.h128 * @brief create a key pair of ct_tuple/ct_entry and add to ct map
130 * @param tuple struct ct_tuple
135 static __always_inline bool ct_create_entry(struct ct_tuple *tuple, struct __sk_buff *skb, const enum ct_dir dir) in ct_create_entry()
150 * @brief lookup from ct map by ct_tuple if found then update lifetime of connection
153 * @param tuple struct ct_tuple
157 static __always_inline enum ct_status ct_lookup_entry(struct __sk_buff *skb, const struct ct_tuple *tuple, in ct_lookup_entry()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h62 using CtKey = struct ct_tuple;

Completed in 2 milliseconds