Searched refs:atmllc (Results 1 – 1 of 1) sorted by relevance
47 #define NG_ATMLLC_HEADER_LEN (sizeof(struct atmllc))59 struct atmllc { struct89 NETGRAPH_INIT(atmllc, &ng_atmllc_typestruct);163 struct atmllc *hdr; in ng_atmllc_rcvdata()175 hdr = mtod(m, struct atmllc *); in ng_atmllc_rcvdata()192 hdr = mtod(m, struct atmllc *); in ng_atmllc_rcvdata()215 m_adj(m, sizeof(struct atmllc) + padding); in ng_atmllc_rcvdata()224 hdr = mtod(m, struct atmllc *); in ng_atmllc_rcvdata()225 bzero((void *)hdr, sizeof(struct atmllc) + 2); in ng_atmllc_rcvdata()241 hdr = mtod(m, struct atmllc *); in ng_atmllc_rcvdata()[all …]