Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsocket.h175 #define AF_PACKET 17 /* Packet family */ macro
217 #define PF_PACKET AF_PACKET
/linux-2.6.39/net/packet/
Daf_packet.c625 sll->sll_family = AF_PACKET; in packet_rcv()
810 sll->sll_family = AF_PACKET; in tpacket_rcv()
1458 if (sll->sll_family != AF_PACKET) in packet_bind()
1754 uaddr->sa_family = AF_PACKET; in packet_getname_spkt()
1778 sll->sll_family = AF_PACKET; in packet_getname()
/linux-2.6.39/drivers/vhost/
Dnet.c560 if (uaddr.sa.sll_family != AF_PACKET) { in get_raw_socket()
/linux-2.6.39/Documentation/networking/
Dpacket_mmap.txt157 my_addr.sll_family = AF_PACKET;