Lines Matching defs:af
101 void (*ng_gif_input_p)(struct ifnet *ifp, struct mbuf **mp, int af);
102 void (*ng_gif_input_orphan_p)(struct ifnet *ifp, struct mbuf *m, int af);
291 uint32_t af;
314 /* Now pull back the af that we stashed in the csum_data. */
316 af = AF_LINK;
318 af = m->m_pkthdr.csum_data;
321 BPF_MTAP2(ifp, &af, sizeof(af), m);
326 switch (af) {
406 uint32_t af;
413 memcpy(&af, dst->sa_data, sizeof(af));
415 af = RO_GET_FAMILY(ro, dst);
417 * Now save the af in the inbound pkt csum data, this is a cheat since
418 * we are using the inbound csum_data field to carry the af over to
421 m->m_pkthdr.csum_data = af;
438 int isr, n, af;
452 af = AF_INET;
467 af = AF_INET6;
482 af = AF_LINK;
494 uint32_t af1 = af;
506 (*ng_gif_input_p)(ifp, &m, af);
522 switch (af) {
579 (*ng_gif_input_orphan_p)(ifp, m, af);