tag
line
file
source code
ip_packet_type
2890
net/ipv4/ip.c
static struct packet_type ip_packet_type =
ip_packet_type
2922
net/ipv4/ip.c
ip_packet_type.type=htons(ETH_P_IP);
ip_packet_type
2923
net/ipv4/ip.c
dev_add_pack(&ip_packet_type);