M
mhajian
Guest
Hello all,
I have compiled a Linux without any network driver for data encryption propose. I want to read and write from link layer without using network driver, so I think I should write my own module. Here is my question, How can I write a module to do that? I have read some text about SKB structure but I don't know how can i use it.
I have an embedded Cortex A5 board with two Ethernet port, further more there are 2 PC which connected to my board through Ethernet. I want to receive data from one PC, encrypt it and send it to another.
I have compiled a Linux without any network driver for data encryption propose. I want to read and write from link layer without using network driver, so I think I should write my own module. Here is my question, How can I write a module to do that? I have read some text about SKB structure but I don't know how can i use it.
I have an embedded Cortex A5 board with two Ethernet port, further more there are 2 PC which connected to my board through Ethernet. I want to receive data from one PC, encrypt it and send it to another.