Lines Matching defs:offp
820 pfsync_input(struct mbuf **mp, int *offp __unused, int proto __unused)
922 pfsync6_input(struct mbuf **mp, int *offp __unused, int proto __unused)
1029 int i, offp;
1032 mp = m_pulldown(m, offset, len, &offp);
1037 clr = (struct pfsync_clr *)(mp->m_data + offp);
1070 int i, offp, total_len, msg_version, msg_len;
1088 mp = m_pulldown(m, offset, total_len, &offp);
1093 sa = (union pfsync_state_union *)(mp->m_data + offp);
1127 int offp, i;
1129 mp = m_pulldown(m, offset, len, &offp);
1134 iaa = (struct pfsync_ins_ack *)(mp->m_data + offp);
1197 int sync, offp, i, total_len, msg_len, msg_version;
1215 mp = m_pulldown(m, offset, total_len, &offp);
1220 sa = (union pfsync_state_union *)(mp->m_data + offp);
1298 int offp, i;
1300 mp = m_pulldown(m, offset, len, &offp);
1305 ua = (struct pfsync_upd_c *)(mp->m_data + offp);
1382 int i, offp;
1386 mp = m_pulldown(m, offset, len, &offp);
1391 ura = (struct pfsync_upd_req *)(mp->m_data + offp);
1424 int offp, i;
1426 mp = m_pulldown(m, offset, len, &offp);
1431 sa = (struct pfsync_del_c *)(mp->m_data + offp);
1456 int offp;
1466 mp = m_pulldown(m, offset, len, &offp);
1472 bus = (struct pfsync_bus *)(mp->m_data + offp);
1519 int offp;
1523 mp = m_pulldown(m, offset, len, &offp);
1528 tp = (struct pfsync_tdb *)(mp->m_data + offp);