Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Datm_tcp.h21 struct atmtcp_hdr { struct
36 struct atmtcp_hdr hdr; /* must be first */ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Datm_tcp.h21 struct atmtcp_hdr { struct
36 struct atmtcp_hdr hdr; /* must be first */ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Datm_tcp.h21 struct atmtcp_hdr { struct
36 struct atmtcp_hdr hdr; /* must be first */ argument
/OK3568_Linux_fs/kernel/drivers/atm/
H 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()