Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 9 of 9) sorted by relevance

/net/can/
Dbcm.c198 struct bcm_sock *bo = bcm_sk(sk); in bcm_proc_show() local
203 seq_printf(m, " / bo %pK", bo); in bcm_proc_show()
204 seq_printf(m, " / dropped %lu", bo->dropped_usr_msgs); in bcm_proc_show()
205 seq_printf(m, " / bound %s", bcm_proc_getifname(net, ifname, bo->ifindex)); in bcm_proc_show()
208 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
243 list_for_each_entry(op, &bo->tx_ops, list) { in bcm_proc_show()
371 struct bcm_sock *bo = bcm_sk(sk); in bcm_send_to_user() local
375 bo->dropped_usr_msgs++; in bcm_send_to_user()
857 struct bcm_sock *bo = bcm_sk(sk); in bcm_tx_setup() local
876 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup()
[all …]
/net/netfilter/
Dnf_tables_offload.c285 static int nft_flow_offload_bind(struct flow_block_offload *bo, in nft_flow_offload_bind() argument
288 list_splice(&bo->cb_list, &basechain->flow_block.cb_list); in nft_flow_offload_bind()
292 static int nft_flow_offload_unbind(struct flow_block_offload *bo, in nft_flow_offload_unbind() argument
306 nft_setup_cb_call(TC_SETUP_CLSFLOWER, &cls_flow, &bo->cb_list); in nft_flow_offload_unbind()
309 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) { in nft_flow_offload_unbind()
318 struct flow_block_offload *bo, in nft_block_setup() argument
325 err = nft_flow_offload_bind(bo, basechain); in nft_block_setup()
328 err = nft_flow_offload_unbind(bo, basechain); in nft_block_setup()
338 static void nft_flow_block_offload_init(struct flow_block_offload *bo, in nft_flow_block_offload_init() argument
344 memset(bo, 0, sizeof(*bo)); in nft_flow_block_offload_init()
[all …]
Dnf_flow_table_offload.c907 struct flow_block_offload *bo, in nf_flow_table_block_setup() argument
916 list_splice(&bo->cb_list, &flowtable->flow_block.cb_list); in nf_flow_table_block_setup()
919 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) { in nf_flow_table_block_setup()
933 static void nf_flow_table_block_offload_init(struct flow_block_offload *bo, in nf_flow_table_block_offload_init() argument
939 memset(bo, 0, sizeof(*bo)); in nf_flow_table_block_offload_init()
940 bo->net = net; in nf_flow_table_block_offload_init()
941 bo->block = &flowtable->flow_block; in nf_flow_table_block_offload_init()
942 bo->command = cmd; in nf_flow_table_block_offload_init()
943 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nf_flow_table_block_offload_init()
944 bo->extack = extack; in nf_flow_table_block_offload_init()
[all …]
Dxt_set.c38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument
48 .ext.bytes_op = bo, \
/net/core/
Dflow_offload.c364 struct flow_block_offload bo; in existing_qdiscs_register() local
368 memset(&bo, 0, sizeof(bo)); in existing_qdiscs_register()
369 bo.command = cur->command; in existing_qdiscs_register()
370 bo.binder_type = cur->binder_type; in existing_qdiscs_register()
371 INIT_LIST_HEAD(&bo.cb_list); in existing_qdiscs_register()
372 cb(cur->dev, cur->sch, cb_priv, cur->type, &bo, cur->data, cur->cleanup); in existing_qdiscs_register()
373 list_splice(&bo.cb_list, cur->cb_list); in existing_qdiscs_register()
459 struct flow_block_offload *bo, in flow_block_indr_init() argument
464 flow_block->indr.binder_type = bo->binder_type; in flow_block_indr_init()
475 struct flow_block_offload *bo, in flow_indr_block_cb_alloc() argument
[all …]
/net/sched/
Dcls_api.c621 struct flow_block_offload *bo);
623 static void tcf_block_offload_init(struct flow_block_offload *bo, in tcf_block_offload_init() argument
630 bo->net = dev_net(dev); in tcf_block_offload_init()
631 bo->command = command; in tcf_block_offload_init()
632 bo->binder_type = binder_type; in tcf_block_offload_init()
633 bo->block = flow_block; in tcf_block_offload_init()
634 bo->block_shared = shared; in tcf_block_offload_init()
635 bo->extack = extack; in tcf_block_offload_init()
636 bo->sch = sch; in tcf_block_offload_init()
637 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()
[all …]
/net/mac802154/
Dtrace.h32 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
/net/ieee802154/
Dtrace.h38 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
/net/wireless/
Dtrace.h202 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument