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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/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 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/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 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Datmtcp.c178 struct atmtcp_hdr *hdr;
195 size = skb->len+sizeof(struct atmtcp_hdr);
203 hdr = (void *) skb_put(new_skb,sizeof(struct atmtcp_hdr));
250 struct atmtcp_hdr *hdr;
257 hdr = (struct atmtcp_hdr *) skb->data;
272 skb_pull(skb,sizeof(struct atmtcp_hdr));

Completed in 45 milliseconds