Home
last modified time | relevance | path

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