Searched refs:SOCK_DGRAM (Results 126 - 150 of 158) sorted by relevance

1234567

/linux-master/net/sunrpc/
H A Dsvcsock.c1426 if (sock->type == SOCK_DGRAM)
1518 type = (protocol == IPPROTO_UDP)? SOCK_DGRAM : SOCK_STREAM;
/linux-master/net/bluetooth/
H A Dl2cap_sock.c1826 case SOCK_DGRAM:
1901 sock->type != SOCK_DGRAM && sock->type != SOCK_RAW)
/linux-master/net/ax25/
H A Daf_ax25.c845 case SOCK_DGRAM:
929 case SOCK_DGRAM:
/linux-master/net/ipv4/
H A Daf_inet.c1167 .type = SOCK_DGRAM,
1175 .type = SOCK_DGRAM,
H A Dip_sockglue.c974 if (sk->sk_type != SOCK_RAW && sk->sk_type != SOCK_DGRAM)
H A Dinet_diag.c1468 if (sk->sk_type == SOCK_DGRAM || sk->sk_type == SOCK_STREAM)
/linux-master/net/qrtr/
H A Daf_qrtr.c1266 if (sock->type != SOCK_DGRAM)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_netkit.c109 sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP);
/linux-master/tools/testing/selftests/bpf/
H A Dxsk.c399 fd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);
/linux-master/arch/um/drivers/
H A Dvector_user.c565 dsthints.ai_socktype = SOCK_DGRAM;
/linux-master/net/ieee802154/
H A Dsocket.c1020 case SOCK_DGRAM:
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c597 if (sock->type != SOCK_DGRAM)
H A Dl1oip_core.c661 if (sock_create(PF_INET, SOCK_DGRAM, IPPROTO_UDP, &socket)) {
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_qp.c244 err = sock_create_kern(&init_net, AF_INET, SOCK_DGRAM, 0, &qp->sk);
/linux-master/tools/testing/selftests/net/
H A Dipsec.c628 sock[0] = socket(AF_INET, SOCK_DGRAM, 0);
655 sock[1] = socket(AF_INET, SOCK_DGRAM, 0);
/linux-master/net/netlink/
H A Daf_netlink.c679 if (sock->type != SOCK_RAW && sock->type != SOCK_DGRAM)
2027 if (sock_create_lite(PF_NETLINK, SOCK_DGRAM, unit, &sock))
/linux-master/include/trace/events/
H A Dsunrpc.h20 TRACE_DEFINE_ENUM(SOCK_DGRAM); variable
30 { SOCK_DGRAM, "DGRAM" }, \
/linux-master/tools/bpf/
H A Dbpf_dbg.c506 sock = socket(AF_INET, SOCK_DGRAM, 0);
/linux-master/net/can/j1939/
H A Dsocket.c1335 .type = SOCK_DGRAM,
/linux-master/net/tipc/
H A Dsocket.c326 return sk->sk_type == SOCK_RDM || sk->sk_type == SOCK_DGRAM;
477 case SOCK_DGRAM:
532 if (sock->type == SOCK_DGRAM)
1388 * Used for SOCK_RDM and SOCK_DGRAM messages,
1878 * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages.
/linux-master/net/unix/
H A Daf_unix.c815 * SOCK_DGRAM is ordinary. So, no lock is needed.
817 if (sock->type == SOCK_DGRAM || s_state == TCP_ESTABLISHED)
1022 sock->type = SOCK_DGRAM;
1024 case SOCK_DGRAM:
2034 * unlike SOCK_DGRAM wants.
/linux-master/net/can/
H A Dbcm.c1761 .type = SOCK_DGRAM,
H A Disotp.c1703 .type = SOCK_DGRAM,
/linux-master/net/appletalk/
H A Dddp.c1042 * We permit SOCK_DGRAM and RAW is an extension. It is trivial to do
1045 if (sock->type != SOCK_RAW && sock->type != SOCK_DGRAM)
/linux-master/net/ipv6/
H A Dudp.c1800 .type = SOCK_DGRAM,

Completed in 551 milliseconds

1234567