Searched refs:nc_header (Results 1 – 1 of 1) sorted by relevance
44 struct nc_header { // packed: struct62 #define FRAMED_SIZE(mtu) (sizeof (struct nc_header) \ argument341 struct nc_header *header; in net1080_rx_fixup()358 header = (struct nc_header *) skb->data; in net1080_rx_fixup()417 struct nc_header *header = NULL; in net1080_tx_fixup()422 if (!((len + padlen + sizeof (struct nc_header)) & 0x01)) in net1080_tx_fixup()429 sizeof(struct nc_header) <= headroom) in net1080_tx_fixup()433 if ((sizeof (struct nc_header) + padlen) < in net1080_tx_fixup()437 + sizeof (struct nc_header), in net1080_tx_fixup()446 sizeof (struct nc_header), in net1080_tx_fixup()[all …]