Searched refs:atmtcp_hdr (Results 1 – 2 of 2) sorted by relevance
20 struct atmtcp_hdr { struct35 struct atmtcp_hdr hdr; /* must be first */ argument
195 struct atmtcp_hdr *hdr; in atmtcp_v_send()212 size = skb->len+sizeof(struct atmtcp_hdr); in atmtcp_v_send()220 hdr = (void *) skb_put(new_skb,sizeof(struct atmtcp_hdr)); in atmtcp_v_send()285 struct atmtcp_hdr *hdr; in atmtcp_c_send()292 hdr = (struct atmtcp_hdr *) skb->data; in atmtcp_c_send()306 skb_pull(skb,sizeof(struct atmtcp_hdr)); in atmtcp_c_send()