Searched refs:atmtcp_hdr (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Datm_tcp.h18 * All values in struct atmtcp_hdr are in network byte order
21 struct atmtcp_hdr { struct
36 struct atmtcp_hdr hdr; /* must be first */
/linux-master/drivers/atm/
H A Datmtcp.c196 struct atmtcp_hdr *hdr;
213 size = skb->len+sizeof(struct atmtcp_hdr);
221 hdr = skb_put(new_skb, sizeof(struct atmtcp_hdr));
286 struct atmtcp_hdr *hdr;
293 hdr = (struct atmtcp_hdr *) skb->data;
307 skb_pull(skb,sizeof(struct atmtcp_hdr));

Completed in 100 milliseconds