Searched refs:atmtcp_hdr (Results 1 – 2 of 2) sorted by relevance
21 struct atmtcp_hdr { struct36 struct atmtcp_hdr hdr; /* must be first */ argument
196 struct atmtcp_hdr *hdr; in atmtcp_v_send()213 size = skb->len+sizeof(struct atmtcp_hdr); in atmtcp_v_send()221 hdr = skb_put(new_skb, sizeof(struct atmtcp_hdr)); in atmtcp_v_send()286 struct atmtcp_hdr *hdr; in atmtcp_c_send()293 hdr = (struct atmtcp_hdr *) skb->data; in atmtcp_c_send()307 skb_pull(skb,sizeof(struct atmtcp_hdr)); in atmtcp_c_send()