Searched refs:uports (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | xt_HMARK.c | 36 union hmark_ports uports; member 60 static inline void hmark_swap_ports(union hmark_ports *uports, in hmark_swap_ports() argument 66 hp.b32 = (uports->b32 & info->port_mask.b32) | info->port_set.b32; in hmark_swap_ports() 71 uports->v32 = (dst << 16) | src; in hmark_swap_ports() 73 uports->v32 = (src << 16) | dst; in hmark_swap_ports() 102 t->uports.b16.src = otuple->src.u.all; in hmark_ct_set_htuple() 103 t->uports.b16.dst = rtuple->src.u.all; in hmark_ct_set_htuple() 104 hmark_swap_ports(&t->uports, info); in hmark_ct_set_htuple() 125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash() 142 if (skb_copy_bits(skb, nhoff, &t->uports, sizeof(t->uports)) < 0) in hmark_set_tuple_ports() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.h | 208 USBPort uports[MAX_CONST(XHCI_MAXPORTS_2, XHCI_MAXPORTS_3)]; member
|
H A D | hcd-xhci.c | 3338 port->uport = &xhci->uports[i]; in usb_xhci_init() 3350 port->uport = &xhci->uports[i]; in usb_xhci_init() 3356 usb_register_port(&xhci->bus, &xhci->uports[i], xhci, i, in usb_xhci_init()
|