Home
last modified time | relevance | path

Searched refs:ft_flags (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/tcpdump/
HDprint-ldp.c245 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; in ldp_tlv_print() local
491 ft_flags = EXTRACT_16BITS(tptr); in ldp_tlv_print()
493 ft_flags&0x8000 ? "" : "No ", in ldp_tlv_print()
494 ft_flags&0x8 ? "" : "Don't ", in ldp_tlv_print()
495 ft_flags&0x4 ? "" : "No ", in ldp_tlv_print()
496 ft_flags&0x2 ? "Sequence Numbered Label" : "All Labels", in ldp_tlv_print()
497 ft_flags&0x1 ? "" : "Don't ")); in ldp_tlv_print()
/NextBSD/sys/dev/netmap/
HDnetmap_offloadings.c353 if (ft_p->ft_flags & NS_INDIRECT) { in bdg_mismatch_datapath()
HDnetmap_vale.c1068 ft[ft_i].ft_flags = slot->flags; in nm_bdg_preflush()
1084 ft[ft_i].ft_flags = 0; in nm_bdg_preflush()
1202 } else if (buf_len == na->virt_hdr_len && ft->ft_flags & NS_MOREFRAG) { in netmap_bdg_learning()
1555 if (ft_p->ft_flags & NS_INDIRECT) { in nm_bdg_flush()
HDnetmap_kern.h1582 uint16_t ft_flags; /* flags, e.g. indirect */ member