Hi,all
Does the Linux ARP worked like this ? I find
the funtion arp_send() in linux/net/arp.c :
When the system network card recieved a packet and make a
interrupt ,the system call will be called to recieve the packet as sk_buff ,then
,the arp module will check the sk_buff 's arp part ?
I think my description is not good but I need to know how it
recieve packets and check them .
thanks
|