Searched refs:bo (Results 1 – 4 of 4) sorted by relevance
/net/can/ |
D | bcm.c | 191 struct bcm_sock *bo = bcm_sk(sk); in bcm_proc_show() local 196 seq_printf(m, " / bo %pK", bo); in bcm_proc_show() 197 seq_printf(m, " / dropped %lu", bo->dropped_usr_msgs); in bcm_proc_show() 198 seq_printf(m, " / bound %s", bcm_proc_getifname(ifname, bo->ifindex)); in bcm_proc_show() 201 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show() 232 list_for_each_entry(op, &bo->tx_ops, list) { in bcm_proc_show() 368 struct bcm_sock *bo = bcm_sk(sk); in bcm_send_to_user() local 372 bo->dropped_usr_msgs++; in bcm_send_to_user() 872 struct bcm_sock *bo = bcm_sk(sk); in bcm_tx_setup() local 890 op = bcm_find_op(&bo->tx_ops, msg_head->can_id, ifindex); in bcm_tx_setup() [all …]
|
/net/mac802154/ |
D | trace.h | 31 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
|
/net/ieee802154/ |
D | trace.h | 37 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
|
/net/wireless/ |
D | trace.h | 188 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
|