Searched defs:l4_nhoff (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_ct.h | 166 __u32 l4_nhoff = get_l4_nhoff(skb);
in ct_lookup_entry() local
|
H A D | netfirewall_match.h | 93 __u32 l4_nhoff = get_l4_nhoff(skb);
in get_match_tuple() local
|
H A D | netfirewall_utils.h | 110 static __always_inline int load_tcp_flags(struct __sk_buff *skb, __u32 l4_nhoff, union tcp_flags *flags)
in load_tcp_flags() argument 201 static __always_inline bool load_icmp_info(const struct __sk_buff *skb, __u32 l4_nhoff, __u8 protocol, __u8 *type,
in load_icmp_info() argument 238 static __always_inline bool load_l4_ports(const struct __sk_buff *skb, __u32 l4_nhoff, __u8 protocol, __be16 *sport,
in load_l4_ports() argument 271 load_l4_header_flags(const struct __sk_buff *skb, __u32 l4_nhoff, __u16 *rst) load_l4_header_flags() argument [all...] |
Completed in 2 milliseconds