Searched refs:pfse (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libusb/ |
H A D | libusb20_ugen20.c | 340 struct usb_fs_endpoint *pfse; in ugen20_tr_renew() local 351 size = nMaxTransfer * sizeof(*pfse); in ugen20_tr_renew() 354 pfse = malloc(size); in ugen20_tr_renew() 355 if (pfse == NULL) { in ugen20_tr_renew() 359 pdev->privBeData = pfse; in ugen20_tr_renew()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 1329 struct pf_send_entry *pfse, *next; in pf_cleanup() local 1361 STAILQ_FOREACH_SAFE(pfse, &V_pf_sendqueue, pfse_next, next) { in pf_cleanup() 1362 m_freem(pfse->pfse_m); in pf_cleanup() 1363 free(pfse, M_PFTEMP); in pf_cleanup() 2156 pf_send(struct pf_send_entry *pfse) in pf_send() argument 2160 STAILQ_INSERT_TAIL(&V_pf_sendqueue, pfse, pfse_next); in pf_send() 2362 struct pf_send_entry *pfse, *next; in pf_intr() local 2373 STAILQ_FOREACH_SAFE(pfse, &queue, pfse_next, next) { in pf_intr() 2374 switch (pfse->pfse_type) { in pf_intr() 2377 if (pf_isforlocal(pfse->pfse_m, AF_INET)) { in pf_intr() [all …]
|