Searched refs:ops_len (Results 1 – 3 of 3) 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/iproute2/include/ |
D | bpf_util.h | 55 void (*cbpf_cb)(void *nl, const struct sock_filter *ops, int ops_len);
|