atmtcp_hdr        196 drivers/atm/atmtcp.c 	struct atmtcp_hdr *hdr;
atmtcp_hdr        213 drivers/atm/atmtcp.c 	size = skb->len+sizeof(struct atmtcp_hdr);
atmtcp_hdr        221 drivers/atm/atmtcp.c 	hdr = skb_put(new_skb, sizeof(struct atmtcp_hdr));
atmtcp_hdr        286 drivers/atm/atmtcp.c 	struct atmtcp_hdr *hdr;
atmtcp_hdr        293 drivers/atm/atmtcp.c 	hdr = (struct atmtcp_hdr *) skb->data;
atmtcp_hdr        307 drivers/atm/atmtcp.c 	skb_pull(skb,sizeof(struct atmtcp_hdr));
atmtcp_hdr         36 include/uapi/linux/atm_tcp.h 	struct atmtcp_hdr hdr;	/* must be first */