Searched defs:header_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 9759 const struct header_ops *header_ops; member 11034 struct header_ops { struct 11035 …)(struct sk_buff *, struct net_device *, unsigned short, const void *, const void *, unsigned int); 11036 int (*parse)(const struct sk_buff *, unsigned char *); 11037 int (*cache)(const struct neighbour *, struct hh_cache *, __be16); 11038 void (*cache_update)(struct hh_cache *, const struct net_device *, const unsigned char *); 11039 bool (*validate)(const char *, unsigned int); 11040 __be16 (*parse_protocol)(const struct sk_buff *); 11041 u64 android_kabi_reserved1; 11042 u64 android_kabi_reserved2; [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 9679 const struct header_ops *header_ops; member 10949 struct header_ops { struct 10950 …)(struct sk_buff *, struct net_device *, unsigned short, const void *, const void *, unsigned int); 10951 int (*parse)(const struct sk_buff *, unsigned char *); 10952 int (*cache)(const struct neighbour *, struct hh_cache *, __be16); 10953 void (*cache_update)(struct hh_cache *, const struct net_device *, const unsigned char *); 10954 bool (*validate)(const char *, unsigned int); 10955 __be16 (*parse_protocol)(const struct sk_buff *); 10956 u64 android_kabi_reserved1; 10957 u64 android_kabi_reserved2; [all …]
|