Lines Matching defs:data
279 * functions that access data on eBPF program stack
404 PTR_TO_PACKET_META, /* skb->data - meta_len */
405 PTR_TO_PACKET, /* reg points to skb->data */
406 PTR_TO_PACKET_END, /* skb->data + headlen */
708 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
809 void *jit_data; /* JIT specific data. arch dependent */
929 static inline bool bpf_try_module_get(const void *data, struct module *owner)
932 return bpf_struct_ops_get(data);
937 static inline void bpf_module_put(const void *data, struct module *owner)
940 bpf_struct_ops_put(data);
953 static inline bool bpf_try_module_get(const void *data, struct module *owner)
957 static inline void bpf_module_put(const void *data, struct module *owner)