Searched refs:ops_len (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | m_bpf.c | 56 static void bpf_cbpf_cb(void *nl, const struct sock_filter *ops, int ops_len) in bpf_cbpf_cb() argument 58 addattr16(nl, MAX_MSG, TCA_ACT_BPF_OPS_LEN, ops_len); in bpf_cbpf_cb() 60 ops_len * sizeof(struct sock_filter)); in bpf_cbpf_cb()
|
D | f_bpf.c | 58 static void bpf_cbpf_cb(void *nl, const struct sock_filter *ops, int ops_len) in bpf_cbpf_cb() argument 60 addattr16(nl, MAX_MSG, TCA_BPF_OPS_LEN, ops_len); in bpf_cbpf_cb() 62 ops_len * sizeof(struct sock_filter)); in bpf_cbpf_cb()
|
/external/kernel-headers/original/uapi/linux/ |
D | io_uring.h | 316 __u8 ops_len; /* length of ops[] array below */ member
|
/external/iproute2/include/ |
D | bpf_util.h | 55 void (*cbpf_cb)(void *nl, const struct sock_filter *ops, int ops_len);
|
/external/crosvm/io_uring/src/ |
D | bindings.rs | 512 pub ops_len: u8, field
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 7729 uint64_t ops_len, in op_pushes_constant_value() argument 7734 ABG_ASSERT(index < ops_len); in op_pushes_constant_value() 7893 uint64_t ops_len, in op_pushes_non_constant_value() argument 7898 ABG_ASSERT(index < ops_len); in op_pushes_non_constant_value()
|