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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datm_tcp.h19 * All values in struct atmtcp_hdr are in network byte order
22 struct atmtcp_hdr { struct
37 struct atmtcp_hdr hdr; /* must be first */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Datmtcp.c195 struct atmtcp_hdr *hdr;
212 size = skb->len+sizeof(struct atmtcp_hdr);
220 hdr = (void *) skb_put(new_skb,sizeof(struct atmtcp_hdr));
286 struct atmtcp_hdr *hdr;
293 hdr = (struct atmtcp_hdr *) skb->data;
306 skb_pull(skb,sizeof(struct atmtcp_hdr));

Completed in 58 milliseconds