Searched refs:atmtcp_hdr (Results 1 – 2 of 2) sorted by relevance
22 struct atmtcp_hdr { struct37 struct atmtcp_hdr hdr; /* must be first */ argument
188 struct atmtcp_hdr *hdr; in atmtcp_v_send()205 size = skb->len+sizeof(struct atmtcp_hdr); in atmtcp_v_send()213 hdr = (void *) skb_put(new_skb,sizeof(struct atmtcp_hdr)); in atmtcp_v_send()267 struct atmtcp_hdr *hdr; in atmtcp_c_send()275 hdr = (struct atmtcp_hdr *) skb->data; in atmtcp_c_send()296 skb_pull(skb,sizeof(struct atmtcp_hdr)); in atmtcp_c_send()