Home
last modified time | relevance | path

Searched refs:ops_len (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/tc/
Dm_bpf.c56 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()
Df_bpf.c58 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/
Dio_uring.h316 __u8 ops_len; /* length of ops[] array below */ member
/external/iproute2/include/
Dbpf_util.h55 void (*cbpf_cb)(void *nl, const struct sock_filter *ops, int ops_len);
/external/crosvm/io_uring/src/
Dbindings.rs512 pub ops_len: u8, field
/external/libabigail/src/
Dabg-dwarf-reader.cc7729 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()