Home
last modified time | relevance | path

Searched refs:is_l4_protocol (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_utils.h60 static __always_inline bool is_l4_protocol(struct __sk_buff *skb, __u32 l3_nhoff, __u8 protocol) in is_l4_protocol() function
H A Dnetfirewall_ct.h163 bool is_tcp = is_l4_protocol(skb, l3_nhoff, IPPROTO_TCP); in ct_lookup_entry()