Lines Matching refs:snap
1194 /* create the snap header */
1195 struct llc_snap_hdr *snap;
1197 snap = (struct llc_snap_hdr *)(nmp->b_rptr);
1198 *snap = llc_snap_def;
1199 SET_NET_USHORT(snap->type, type);
1255 /* create the snap header */
1256 struct llc_snap_hdr *snap;
1258 snap = (struct llc_snap_hdr *)(nmp->b_rptr);
1259 *snap = llc_snap_def;
1260 snap->type = htons(type); /* we know it's aligned */
1626 /* create the snap header */
1627 struct llc_snap_hdr *snap;
1630 snap = (struct llc_snap_hdr *)(nmp->b_rptr);
1631 *snap = llc_snap_def;
1632 SET_NET_USHORT(snap->type, type);
1732 /* create the snap header */
1733 struct llc_snap_hdr *snap;
1735 snap = (struct llc_snap_hdr *)(nmp->b_rptr);
1736 *snap = llc_snap_def;
1737 snap->type = htons(type); /* we know it's aligned */