can_pcb.c | 87 struct canpcb *canp; local in function:can_pcballoc 98 canp = pool_get(&canpcb_pool, PR_NOWAIT); 100 if (canp == NULL) { 104 memset(canp, 0, sizeof(*canp)); 105 canp->canp_table = table; 106 canp->canp_socket = so; 107 canp->canp_filters = can_init_filter; 108 canp->canp_nfilters = 1; 109 mutex_init(&canp->canp_mtx, MUTEX_DEFAULT, IPL_NET) 123 struct canpcb *canp = v; local in function:can_pcbbind 177 struct canpcb *canp = v; local in function:can_pcbdisconnect 189 struct canpcb *canp = v; local in function:can_pcbdetach [all...] |