Home
last modified time | relevance | path

Searched refs:ct_tpl (Results 1 - 1 of 1) 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() argument
78 if (!match_tpl || !ct_tpl) { in get_ct_tuple()
82 ct_tpl->family = match_tpl->family; in get_ct_tuple()
83 ct_tpl->protocol = match_tpl->protocol; in get_ct_tuple()
84 ct_tpl->sport = match_tpl->sport; in get_ct_tuple()
85 ct_tpl->dport = match_tpl->dport; in get_ct_tuple()
88 ct_tpl->ipv4.saddr = match_tpl->ipv4.saddr; in get_ct_tuple()
89 ct_tpl->ipv4.daddr = match_tpl->ipv4.daddr; in get_ct_tuple()
91 ct_tpl in get_ct_tuple()
113 struct ct_tuple ct_tpl = {}; netfirewall_policy_ingress() local
176 struct ct_tuple ct_tpl = {}; netfirewall_policy_egress() local
[all...]

Completed in 1 milliseconds