Searched refs:mtag (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-12-stable/usr.sbin/bsdconfig/mouse/
H A Dport125 f_dialog_menutag_fetch mtag
128 case "$mtag" in
H A Dtype133 f_dialog_menutag_fetch mtag
136 case "$mtag" in
/freebsd-12-stable/usr.sbin/bsdconfig/security/
H A Dkern_securelevel132 f_dialog_menutag_fetch mtag
144 case "$mtag" in
H A Dsecurity158 f_dialog_menutag_fetch mtag
160 case "$mtag" in
/freebsd-12-stable/usr.sbin/bsdconfig/startup/
H A Dstartup119 f_dialog_menutag_fetch mtag
122 case "$mtag" in
H A Dmisc324 f_dialog_menutag_fetch mtag
326 case "$mtag" in
332 case "$mtag" in
/freebsd-12-stable/sys/netipsec/
H A Dipsec_input.c284 struct m_tag *mtag; local
372 mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE,
374 if (mtag == NULL) {
381 xh = (struct xform_history *)(mtag + 1);
386 m_tag_prepend(m, mtag);
496 struct m_tag *mtag; local
571 mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE,
573 if (mtag == NULL) {
580 xh = (struct xform_history *)(mtag + 1);
585 m_tag_prepend(m, mtag);
[all...]
H A Dipsec.c981 struct m_tag *mtag; local
983 mtag = NULL;
984 while ((mtag = m_tag_find(__DECONST(struct mbuf *, m),
985 PACKET_TAG_IPSEC_IN_DONE, mtag)) != NULL) {
986 xh = (struct xform_history *)(mtag + 1);
H A Dipsec_output.c693 struct m_tag *mtag; local
730 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT);
731 if (mtag == NULL) {
737 xh = (struct xform_history *)(mtag + 1);
742 m_tag_prepend(m, mtag);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c2403 struct m_tag *mtag; local
2416 mtag = m_tag_get(PACKET_TAG_PF,
2418 if (mtag == NULL) {
2425 m_tag_prepend(m, mtag);
2426 at = (struct pf_mtag *)(mtag + 1);
2552 struct m_tag *mtag; local
2556 mtag = m_tag_locate(m, MTAG_IPFW, tag, NULL);
2559 * present. And we must remove this mtag from
2562 * Otherwise we should allocate new mtag and
2566 if (mtag !
2643 struct m_tag *mtag; local
2853 struct m_tag *mtag; local
[all...]
H A Dip_dn_io.c232 struct m_tag *mtag = m_tag_first(m); local
235 if (mtag != NULL && mtag->m_tag_id == DN_AQM_MTAG_TS) {
236 m_tag_delete(m,mtag);
237 mtag = m_tag_first(m);
241 KASSERT(mtag != NULL &&
242 mtag->m_tag_cookie == MTAG_ABI_COMPAT &&
243 mtag->m_tag_id == PACKET_TAG_DUMMYNET,
245 return (struct dn_pkt_tag *)(mtag+1);
828 struct m_tag *mtag; local
[all...]
H A Ddn_sched_fq_pie.c338 * If getts is set, also extract packet's timestamp from mtag.
357 struct m_tag *mtag; local
358 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
359 if (mtag == NULL){
360 D("PIE timestamp mtag not found!");
363 *pkt_ts = *(aqm_time_t *)(mtag + 1);
364 m_tag_delete(m,mtag);
736 struct m_tag *mtag; local
737 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
738 if (mtag
[all...]
H A Dip_fw_pfil.c343 struct m_tag *mtag; local
350 mtag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
351 if (mtag != NULL) {
352 args.rule = *((struct ipfw_rule_ref *)(mtag+1));
353 m_tag_delete(*m0, mtag);
H A Ddn_sched_fq_codel.c185 struct m_tag *mtag; local
186 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
187 if (mtag == NULL)
188 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, sizeof(aqm_time_t),
190 if (mtag == NULL)
192 *(aqm_time_t *)(mtag + 1) = AQM_UNOW;
193 m_tag_prepend(m, mtag);
/freebsd-12-stable/sys/dev/firewire/
H A Dif_fwip.c537 struct m_tag *mtag; local
576 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, 0);
577 if (mtag == NULL)
580 destfw = (struct fw_hwaddr *) (mtag + 1);
712 struct m_tag *mtag; local
784 mtag = m_tag_alloc(MTAG_FIREWIRE,
787 if (mtag) {
790 uint32_t *p = (uint32_t *) (mtag + 1);
800 m_tag_prepend(m, mtag);
838 struct m_tag *mtag; local
[all...]
/freebsd-12-stable/sys/dev/tx/
H A Dif_tx.c279 &sc->mtag);
464 if (sc->mtag)
465 bus_dma_tag_destroy(sc->mtag);
674 error = bus_dmamap_load_mbuf(sc->mtag, buf->map, m0,
697 error = bus_dmamap_load_mbuf(sc->mtag, buf->map, m,
705 bus_dmamap_sync(sc->mtag, buf->map, BUS_DMASYNC_PREWRITE);
762 bus_dmamap_sync(sc->mtag, buf->map, BUS_DMASYNC_POSTREAD);
778 error = bus_dmamap_load_mbuf(sc->mtag, sc->sparemap, buf->mbuf,
788 bus_dmamap_unload(sc->mtag, buf->map);
792 bus_dmamap_sync(sc->mtag, bu
[all...]
H A Dif_txvar.h86 bus_dma_tag_t mtag; member in struct:__anon15395
/freebsd-12-stable/usr.sbin/bsdconfig/console/
H A Dkeymap242 f_dialog_menutag_fetch mtag
248 mtag="${mtag# }" # remove single leading-space if-present
251 [ "$msg" = "$mtag" ] && keymap_name="$name" break
H A Dfont141 f_dialog_menutag_fetch mtag
144 case "$mtag" in
/freebsd-12-stable/sys/netgraph/netflow/
H A Dng_netflow.c598 struct m_tag *mtag; local
629 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW,
631 while (mtag != NULL) {
633 ((ng_ID_t *)(mtag + 1))[0] == NG_NODE_ID(node)) {
637 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW,
638 MTAG_NETFLOW_CALLED, mtag);
652 mtag = m_tag_alloc(MTAG_NETFLOW, MTAG_NETFLOW_CALLED,
654 if (mtag) {
655 ((ng_ID_t *)(mtag + 1))[0] = NG_NODE_ID(node);
656 m_tag_prepend(NGI_M(item), mtag); local
[all...]
/freebsd-12-stable/sys/netinet6/
H A Dnd6_nbr.c411 struct m_tag *mtag; local
578 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING,
580 if (mtag == NULL)
582 *(unsigned short *)(mtag + 1) = nd_ns->nd_ns_type;
583 m_tag_prepend(m, mtag);
945 struct m_tag *mtag; local
1072 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING,
1074 if (mtag == NULL)
1076 *(unsigned short *)(mtag + 1) = nd_na->nd_na_type;
1077 m_tag_prepend(m, mtag);
[all...]
H A Dfrag6.c384 struct m_tag *mtag; local
853 mtag = m_tag_alloc(MTAG_ABI_IPV6, IPV6_TAG_DIRECT, sizeof(*ip6dc),
855 if (mtag == NULL)
858 ip6dc = (struct ip6_direct_ctx *)(mtag + 1);
862 m_tag_prepend(m, mtag);
H A Draw_ip6.c394 struct m_tag *mtag; local
532 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING,
534 if (mtag == NULL)
536 m_tag_prepend(m, mtag);
/freebsd-12-stable/usr.sbin/bsdconfig/timezone/
H A Dtimezone291 f_dialog_menutag_fetch mtag
300 continent=$( eval f_dialog_menutag2item \"\$mtag\" \
/freebsd-12-stable/sys/netinet/
H A Dip_carp.c183 * - Sending ad, we put the pointer to the softc in an mtag, and no reference
781 struct m_tag *mtag; local
797 if ((mtag = m_tag_get(PACKET_TAG_CARP, sizeof(struct carp_softc *),
803 bcopy(&sc, mtag + 1, sizeof(sc));
804 m_tag_prepend(m, mtag);
1203 struct m_tag *mtag; local
1207 mtag = m_tag_get(PACKET_TAG_CARP,
1209 if (mtag == NULL)
1213 bcopy(&sc, mtag + 1, sizeof(sc));
1214 m_tag_prepend(m, mtag);
1507 struct m_tag *mtag; local
[all...]

Completed in 283 milliseconds

123