Home
last modified time | relevance | path

Searched refs:family (Results 1 – 25 of 1008) sorted by last modified time

12345678910>>...41

/linux/net/x25/
H A Daf_x25.c1624 .family = AF_X25,
1739 .family = AF_X25,
/linux/net/vmw_vsock/
H A Daf_vsock.c1296 .family = PF_VSOCK,
2280 .family = PF_VSOCK,
2302 .family = PF_VSOCK,
2377 .family = AF_VSOCK,
/linux/net/tipc/
H A Dsocket.c764 addr->family = AF_TIPC; in tipc_getname()
1446 if (!syn && ua->family != AF_TIPC) in __tipc_sendmsg()
1703 srcaddr->sock.family = AF_TIPC; in tipc_sk_set_orig_addr()
1715 srcaddr->member.family = AF_TIPC; in tipc_sk_set_orig_addr()
2553 if (addr->family != AF_TIPC) in tipc_sockaddr_is_sane()
2591 if (dst->family == AF_UNSPEC) { in tipc_connect()
3338 tsk1->peer.family = AF_TIPC; in tipc_socketpair()
3343 tsk2->peer.family = AF_TIPC; in tipc_socketpair()
3358 .family = AF_TIPC,
3378 .family = AF_TIPC,
[all …]
/linux/net/unix/
H A Daf_unix.c830 .family = PF_UNIX,
855 .family = PF_UNIX,
879 .family = PF_UNIX,
3546 .family = PF_UNIX,
/linux/net/sunrpc/
H A Dsvc.c1048 const int family, in __svc_register() argument
1054 switch (family) { in __svc_register()
1066 trace_svc_register(progname, version, family, protocol, port, error); in __svc_register()
1072 u32 version, int family, in svc_rpcbind_set_version() argument
1077 version, family, proto, port); in svc_rpcbind_set_version()
1084 u32 version, int family, in svc_generic_rpcbind_set() argument
1096 port, family, 0); in svc_generic_rpcbind_set()
1108 family, proto, port); in svc_generic_rpcbind_set()
1125 const int family, const unsigned short proto, in svc_register() argument
1140 family, proto, port); in svc_register()
H A Dsvc_xprt.c343 struct net *net, const int family, in svc_xprt_create() argument
361 switch (family) { in svc_xprt_create()
/linux/net/
H A Dsocket.c1360 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite() argument
1365 err = security_socket_create(family, type, protocol, 1); in sock_create_lite()
1376 err = security_socket_post_create(sock, family, type, protocol, 1); in sock_create_lite()
1500 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create() argument
1510 if (family < 0 || family >= NPROTO) in __sock_create()
1520 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()
1523 family = PF_PACKET; in __sock_create()
1526 err = security_socket_create(family, type, protocol, kern); in __sock_create()
1551 if (rcu_access_pointer(net_families[family]) == NULL) in __sock_create()
1552 request_module("net-pf-%d", family); in __sock_create()
[all …]
/linux/net/smc/
H A Daf_smc.c3304 .family = PF_SMC,
3327 int family = (protocol == SMCPROTO_SMC6) ? PF_INET6 : PF_INET; in __smc_create() local
3357 rc = sock_create_kern(net, family, SOCK_STREAM, IPPROTO_TCP, in __smc_create()
3389 .family = PF_SMC,
/linux/net/phonet/
H A Dsocket.c428 .family = AF_PHONET,
446 .family = AF_PHONET,
/linux/net/rose/
H A Daf_rose.c1506 .family = PF_ROSE,
1512 .family = PF_ROSE,
/linux/net/nfc/
H A Dllcp_sock.c918 .family = PF_NFC,
938 .family = PF_NFC,
/linux/net/packet/
H A Daf_packet.c4617 .family = PF_PACKET,
4636 .family = PF_PACKET,
4657 .family = PF_PACKET,
/linux/net/mptcp/
H A Dprotocol.c4034 .family = PF_INET,
4133 .family = PF_INET6,
/linux/net/netrom/
H A Daf_netrom.c1348 .family = PF_NETROM,
1354 .family = PF_NETROM,
/linux/net/llc/
H A Daf_llc.c1221 .family = PF_LLC,
1227 .family = PF_LLC,
/linux/net/iucv/
H A Daf_iucv.c2204 .family = PF_IUCV,
2253 .family = AF_IUCV,
/linux/net/ipv6/
H A Droute.c251 .family = AF_INET6,
270 .family = AF_INET6,
/linux/net/l2tp/
H A Dl2tp_core.c1334 udp_conf.family = AF_INET6; in l2tp_tunnel_sock_create()
1346 udp_conf.family = AF_INET; in l2tp_tunnel_sock_create()
/linux/net/core/
H A Dsock.c2067 int family) in sk_prot_alloc() argument
2083 if (security_sk_alloc(sk, family, priority)) in sk_prot_alloc()
2128 struct sock *sk_alloc(struct net *net, int family, gfp_t priority, in sk_alloc() argument
2133 sk = sk_prot_alloc(prot, priority | __GFP_ZERO, family); in sk_alloc()
2135 sk->sk_family = family; in sk_alloc()
4009 int sock_load_diag_module(int family, int protocol) in sock_load_diag_module() argument
4012 if (!sock_is_registered(family)) in sock_load_diag_module()
4016 NETLINK_SOCK_DIAG, family); in sock_load_diag_module()
4020 if (family == AF_INET && in sock_load_diag_module()
4028 NETLINK_SOCK_DIAG, family, protocol); in sock_load_diag_module()
/linux/net/ipv4/
H A Daf_inet.c1053 .family = PF_INET,
1088 .family = PF_INET,
1120 .family = PF_INET,
1145 .family = PF_INET,
1591 unsigned int family = READ_ONCE(sk->sk_family); in inet_recv_error() local
1593 if (family == AF_INET) in inet_recv_error()
1596 if (family == AF_INET6) in inet_recv_error()
1642 int inet_ctl_sock_create(struct sock **sk, unsigned short family, in inet_ctl_sock_create() argument
1647 int rc = sock_create_kern(net, family, type, protocol, &sock); in inet_ctl_sock_create()
/linux/net/bluetooth/
H A Dl2cap_sock.c1919 .family = PF_BLUETOOTH,
1940 .family = PF_BLUETOOTH,
H A Dsco.c1422 .family = PF_BLUETOOTH,
1443 .family = PF_BLUETOOTH,
/linux/net/bluetooth/rfcomm/
H A Dsock.c1005 .family = PF_BLUETOOTH,
1029 .family = PF_BLUETOOTH,
/linux/net/atm/
H A Dsvc.c635 .family = PF_ATMSVC,
678 .family = PF_ATMSVC,
/linux/net/ax25/
H A Daf_ax25.c2001 .family = PF_AX25,
2007 .family = PF_AX25,

12345678910>>...41