Searched refs:llc_flags (Results 1 – 2 of 2) sorted by relevance
507 if ((ld->llc_flags & (LLC_RAW | LLC_FAST)) == 0 || in llc1_uwput()1174 lld->llc_flags |= LLC_SNAP; in llc1_bind()1184 lld->llc_flags |= LLC1_AUTO_XID; in llc1_bind()1186 lld->llc_flags |= LLC1_AUTO_TEST; in llc1_bind()1224 lld->llc_flags &= ~(LLC_SNAP|LLC_SNAP_OID); /* just in case */ in llc1_unbind()1385 if (lld->llc_flags & LLC_SNAP) { in llc1_unitdata()1429 if (lld->llc_flags & LLC_SNAP) { in llc1_unitdata()1572 } else if (lld->llc_flags & LLC_PROM) in llc1_recv()1576 if ((lld->llc_flags & LLC_PROM) || in llc1_recv()1583 (lld->llc_flags & (LLC_SNAP|LLC_PROM)) == in llc1_recv()[all …]
131 long llc_flags; /* flags used for controlling things */ member