Home
last modified time | relevance | path

Searched refs:net (Results 2676 – 2700 of 3491) sorted by relevance

1...<<101102103104105106107108109110>>...140

/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c766 static int rxrpc_create(struct net *net, struct socket *sock, int protocol, in rxrpc_create() argument
786 sk = sk_alloc(net, PF_RXRPC, GFP_KERNEL, &rxrpc_proto, kern); in rxrpc_create()
/openbmc/linux/net/netfilter/
H A Dnft_exthdr.c82 static int ipv4_find_option(struct net *net, struct sk_buff *skb, in ipv4_find_option() argument
110 if (__ip_options_compile(net, opt, NULL, &info)) in ipv4_find_option()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/
H A Dphp_8.2.16.bb2 HOMEPAGE = "http://www.php.net"
15 SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \
130 # See https://bugs.php.net/bug.php?id=60109
/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.c177 struct net_device *net; in gen_ndis_query_resp() local
201 net = params->dev; in gen_ndis_query_resp()
202 stats = dev_get_stats(net, &temp); in gen_ndis_query_resp()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1899 int wilc_init_host_int(struct net_device *net) in wilc_init_host_int() argument
1902 struct wilc_vif *vif = netdev_priv(net); in wilc_init_host_int()
1908 ret = wilc_init(net, &priv->hif_drv); in wilc_init_host_int()
1910 netdev_err(net, "Error while initializing hostinterface\n"); in wilc_init_host_int()
1915 void wilc_deinit_host_int(struct net_device *net) in wilc_deinit_host_int() argument
1918 struct wilc_vif *vif = netdev_priv(net); in wilc_deinit_host_int()
1928 netdev_err(net, "Error while deinitializing host interface\n"); in wilc_deinit_host_int()
/openbmc/linux/net/vmw_vsock/
H A Daf_vsock.c727 static struct sock *__vsock_create(struct net *net, in __vsock_create() argument
738 sk = sk_alloc(net, AF_VSOCK, priority, &vsock_proto, kern); in __vsock_create()
2272 static int vsock_create(struct net *net, struct socket *sock, in vsock_create() argument
2301 sk = __vsock_create(net, sock, NULL, GFP_KERNEL, 0, kern); in vsock_create()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_1.850.bb9 file://net-generic.patch \
17 file://net-lib.pl.patch \
/openbmc/qemu/
H A D.patchew.yml32 to: fam@euphon.net
49 to: fam@euphon.net
/openbmc/linux/Documentation/livepatch/
H A Dshadow-vars.rst102 spinlock to net/mac80211/sta_info.h :: struct sta_info. Each use-case
222 * http://files.mkgnu.net/files/dynamos/doc/papers/dynamos_eurosys_07.pdf
/openbmc/linux/net/wireless/
H A Dcore.h222 struct net *net);
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darasan,sdhci.yaml30 - xlnx,versal-net-emmc
66 - const: xlnx,versal-net-emmc # Versal Net eMMC PHY
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-bone-common.dtsi292 * http://www.spinics.net/lists/linux-omap/msg118585.html
293 * http://www.spinics.net/lists/linux-omap/msg118615.html
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dvolatile-considered-harmful.rst122 [1] https://lwn.net/Articles/233481/
124 [2] https://lwn.net/Articles/233482/
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot33 # (e.g. https://openbmc-test.mybluemix.net/#/login).
64 # (e.g. https://openbmc-test.mybluemix.net/#/login).
/openbmc/linux/net/rds/
H A Dib_cm.c764 static u32 __rds_find_ifindex(struct net *net, const struct in6_addr *addr) in __rds_find_ifindex() argument
770 for_each_netdev_rcu(net, dev) { in __rds_find_ifindex()
771 if (ipv6_chk_addr(net, addr, dev, 1)) { in __rds_find_ifindex()
/openbmc/linux/Documentation/admin-guide/
H A Dthunderbolt.rst209 `Thunderbolt Updates <https://thunderbolttechnology.net/updates>`_
309 ``thunderbolt-net`` driver is loaded automatically. If the other host is
310 also Linux you should load ``thunderbolt-net`` manually on one host (it
313 # modprobe thunderbolt-net
/openbmc/linux/net/netrom/
H A Daf_netrom.c426 static int nr_create(struct net *net, struct socket *sock, int protocol, in nr_create() argument
432 if (!net_eq(net, &init_net)) in nr_create()
438 sk = sk_alloc(net, PF_NETROM, GFP_ATOMIC, &nr_proto, kern); in nr_create()
/openbmc/linux/net/can/j1939/
H A Dsocket.c448 struct net *net; in j1939_sk_bind() local
459 net = sock_net(sk); in j1939_sk_bind()
478 ndev = dev_get_by_index(net, addr->can_ifindex); in j1939_sk_bind()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c335 new_cm_id = rdma_create_id(target->net, srp_rdma_cm_handler, ch, in srp_new_rdma_cm_id()
1050 kobj_ns_drop(KOBJ_NS_TYPE_NET, target->net); in srp_remove_target()
3291 static int srp_parse_in(struct net *net, struct sockaddr_storage *sa, in srp_parse_in() argument
3307 ret = inet_pton_with_scope(net, AF_INET, addr, port_str, sa); in srp_parse_in()
3312 ret = inet_pton_with_scope(net, AF_INET6, addr + 1, in srp_parse_in()
3321 static int srp_parse_options(struct net *net, const char *buf, in srp_parse_options() argument
3428 ret = srp_parse_in(net, &target->rdma_cm.src.ss, p, in srp_parse_options()
3445 ret = srp_parse_in(net, &target->rdma_cm.dst.ss, p, in srp_parse_options()
3714 target->net = kobj_ns_grab_current(KOBJ_NS_TYPE_NET); in add_target_store()
3736 ret = srp_parse_options(target->net, buf, target); in add_target_store()
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst6 Author: Jonathan Corbet <corbet@lwn.net>
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dhr-B.net6 # location and provider: <Croatia, B.net, http://www.bnet.hr/>
/openbmc/u-boot/board/bosch/shc/
H A DREADME85 Trying to boot from net
/openbmc/linux/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst7 Firmware is required for this device: http://accessrunner.sourceforge.net/
/openbmc/openbmc/meta-security/recipes-ids/tripwire/
H A Dtripwire_2.4.3.7.bb4 HOMEPAGE="http://sourceforge.net/projects/tripwire"
/openbmc/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-20.04-s390x.yml16 # --disable-libssh is needed because of https://bugs.launchpad.net/qemu/+bug/1838763

1...<<101102103104105106107108109110>>...140