Home
last modified time | relevance | path

Searched refs:load_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.h123 static __always_inline bool load_l4_protocol(const struct __sk_buff *skb, __u32 l3_nhoff, __u8 *pro… in load_l4_protocol() function
H A Dnetfirewall_match.h100 if (!load_l4_protocol(skb, l3_nhoff, &protocol)) { in get_match_tuple()