tag
line
file
source code
ip_packet_type
2386
net/inet/ip.c
static struct packet_type ip_packet_type =
ip_packet_type
2418
net/inet/ip.c
ip_packet_type.type=htons(ETH_P_IP);
ip_packet_type
2419
net/inet/ip.c
dev_add_pack(&ip_packet_type);