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 | 1583 struct pf_send_entry *pfse, *next; in pf_cleanup() local 1592 STAILQ_FOREACH_SAFE(pfse, &V_pf_sendqueue, pfse_next, next) { in pf_cleanup() 1593 m_freem(pfse->pfse_m); in pf_cleanup() 1594 free(pfse, M_PFTEMP); in pf_cleanup() 2485 pf_send(struct pf_send_entry *pfse) in pf_send() argument 2489 STAILQ_INSERT_TAIL(&V_pf_sendqueue, pfse, pfse_next); in pf_send() 2701 struct pf_send_entry *pfse, *next; in pf_intr() local 2712 STAILQ_FOREACH_SAFE(pfse, &queue, pfse_next, next) { in pf_intr() 2713 switch (pfse->pfse_type) { in pf_intr() 2716 if (pf_isforlocal(pfse->pfse_m, AF_INET)) { in pf_intr() [all …]
|