Searched refs:udp (Results 1 – 8 of 8) sorted by relevance
3 The udp framework is build on top of network framework and is designed4 to define new protocol or new command based on udp without modifying7 The udp framework define a function udp_loop that take as argument8 a structure udp_ops (defined in include/net/udp.h) :17 valid before running the network/udp loop.19 The callback start define the first step in the network/udp loop,20 and it may also be used to configure a timemout and udp handler.
687 struct efi_device_path_usb_class *udp = in dp_fill() local694 udp->dp.length = sizeof(*udp); in dp_fill()695 udp->vendor_id = desc->idVendor; in dp_fill()696 udp->product_id = desc->idProduct; in dp_fill()701 return &udp[1]; in dp_fill()831 struct efi_device_path_usb *udp; in dp_part_fill()836 udp = buf; in dp_part_fill()839 udp->dp.length = sizeof(*udp); in dp_part_fill()840 udp->parent_port_number = desc->if_type; in dp_part_fill()841 udp->usb_interface = desc->devnum; in dp_part_fill()[all …]
137 struct efi_device_path_usb *udp = in dp_msging() local139 s += sprintf(s, "USB(0x%x,0x%x)", udp->parent_port_number, in dp_msging()140 udp->usb_interface); in dp_msging()
12 bool "Enable generic udp framework"14 Enable a generic udp framework that allows defining a custom15 handler for udp protocol.
31 obj-$(CONFIG_PROT_UDP) += udp.o
185 => fastboot udp
338 [ 0.203887] RPC: Registered udp transport module.
491 RPC: Registered udp transport module.
Completed in 19 milliseconds