Lines Matching refs:ur
1385 struct pfsync_upd_req *ur, *ura; in pfsync_in_ureq() local
1387 int len = count * sizeof(*ur); in pfsync_in_ureq()
1400 ur = &ura[i]; in pfsync_in_ureq()
1402 if (ur->id == 0 && ur->creatorid == 0) in pfsync_in_ureq()
1405 st = pf_find_state_byid(ur->id, ur->creatorid); in pfsync_in_ureq()
1828 struct pfsync_upd_req_item *ur; in pfsync_drop() local
1849 while ((ur = TAILQ_FIRST(&b->b_upd_req_list)) != NULL) { in pfsync_drop()
1850 TAILQ_REMOVE(&b->b_upd_req_list, ur, ur_entry); in pfsync_drop()
1851 free(ur, M_PFSYNC); in pfsync_drop()
1869 struct pfsync_upd_req_item *ur; in pfsync_sendout() local
1977 while ((ur = TAILQ_FIRST(&b->b_upd_req_list)) != NULL) { in pfsync_sendout()
1978 TAILQ_REMOVE(&b->b_upd_req_list, ur, ur_entry); in pfsync_sendout()
1980 bcopy(&ur->ur_msg, m->m_data + offset, in pfsync_sendout()
1981 sizeof(ur->ur_msg)); in pfsync_sendout()
1982 offset += sizeof(ur->ur_msg); in pfsync_sendout()
1983 free(ur, M_PFSYNC); in pfsync_sendout()