Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Datm_tcp.h21 struct atmtcp_hdr { struct
36 struct atmtcp_hdr hdr; /* must be first */ argument
/linux-6.3-rc2/drivers/atm/
A Datmtcp.c196 struct atmtcp_hdr *hdr; in atmtcp_v_send()
213 size = skb->len+sizeof(struct atmtcp_hdr); in atmtcp_v_send()
221 hdr = skb_put(new_skb, sizeof(struct atmtcp_hdr)); in atmtcp_v_send()
286 struct atmtcp_hdr *hdr; in atmtcp_c_send()
293 hdr = (struct atmtcp_hdr *) skb->data; in atmtcp_c_send()
307 skb_pull(skb,sizeof(struct atmtcp_hdr)); in atmtcp_c_send()

Completed in 5 milliseconds