Lines Matching refs:nc_header
44 struct nc_header { // packed: struct
62 #define FRAMED_SIZE(mtu) (sizeof (struct nc_header) \ argument
341 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()
476 unsigned extra = sizeof (struct nc_header) in net1080_bind()