Home
last modified time | relevance | path

Searched refs:SOCK_PACKET (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsocket.h26 * @SOCK_PACKET - linux specific way of getting packets at the dev level.
36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsocket.h26 * @SOCK_PACKET - linux specific way of getting packets at the dev level.
36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/kernel/linux/linux-5.10/include/linux/
H A Dnet.h54 * @SOCK_PACKET: linux specific way of getting packets at the dev level.
68 SOCK_PACKET = 10, enumerator
71 #define SOCK_MAX (SOCK_PACKET + 1)
/kernel/linux/linux-6.6/include/linux/
H A Dnet.h57 * @SOCK_PACKET: linux specific way of getting packets at the dev level.
71 SOCK_PACKET = 10, enumerator
74 #define SOCK_MAX (SOCK_PACKET + 1)
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h115 #define SOCK_PACKET 10 macro
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c1870 * The SOCK_PACKET socket receives _all_ frames. in packet_rcv_spkt()
1937 return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */ in packet_sendmsg_spkt()
3296 * Create a packet of type SOCK_PACKET.
3310 sock->type != SOCK_PACKET) in packet_create()
3321 if (sock->type == SOCK_PACKET) in packet_create()
3350 if (sock->type == SOCK_PACKET) in packet_create()
3449 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3468 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c1907 * The SOCK_PACKET socket receives _all_ frames. in packet_rcv_spkt()
1974 return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */ in packet_sendmsg_spkt()
3338 * Create a packet of type SOCK_PACKET.
3352 sock->type != SOCK_PACKET) in packet_create()
3363 if (sock->type == SOCK_PACKET) in packet_create()
3390 if (sock->type == SOCK_PACKET) in packet_create()
3486 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3505 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h23 TRACE_DEFINE_ENUM(SOCK_PACKET); variable
33 { SOCK_PACKET, "PACKET" })
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h25 TRACE_DEFINE_ENUM(SOCK_PACKET); variable
35 { SOCK_PACKET, "PACKET" })
/kernel/linux/linux-5.10/net/
H A Dsocket.c1384 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()
1385 pr_info_once("%s uses obsolete (PF_INET,SOCK_PACKET)\n", in __sock_create()
/kernel/linux/linux-6.6/net/
H A Dsocket.c1520 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()
1521 pr_info_once("%s uses obsolete (PF_INET,SOCK_PACKET)\n", in __sock_create()

Completed in 32 milliseconds