/openbmc/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 421 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument 424 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp() 426 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp() 453 struct tcphdr *nth; in synproxy_send_client_synack() local 459 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack() 469 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack() 470 nth->source = th->dest; in synproxy_send_client_synack() 471 nth->dest = th->source; in synproxy_send_client_synack() 472 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack() 473 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack() [all …]
|
H A D | xt_statistic.c | 43 nval = (oval == info->u.nth.every) ? 0 : oval + 1; in statistic_mt() 64 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | foundation.scss | 999 .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { 1001 .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { 1009 .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { 1011 .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { 1019 .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { 1021 .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { 1029 .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { 1031 .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { 1039 .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { 1041 .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | paginate.scss | 46 .pagination li:nth-of-type(2) span, 47 .pagination li:nth-last-of-type(2) span { 56 .pagination li:nth-of-type(2) a::before, 57 .pagination li:nth-last-of-type(2) a::after { 70 .pagination li:nth-of-type(2) a::before, 74 .pagination li:nth-of-type(2) a::before { -webkit-transform: rotate(180deg); transform: rotate(180d… 94 .pagination li:nth-of-type(2) a { border-left-width: 1px; } 109 .pagination li:nth-of-type(2), 110 .pagination li:nth-last-of-type(2){ 116 .pagination li:nth-of-type(2) a { border-left-width: 0; } [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-cs2000-cp.c | 24 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument 25 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument 26 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-dbg-g-register.rst | 66 selects the nth non-sub-device chip on the TV card. The number zero 72 selects the nth sub-device. 145 - Match the nth chip on the card, zero for the bridge chip. Does not 149 - Match the nth sub-device.
|
H A D | vidioc-dbg-g-chip-info.rst | 57 selects the nth bridge 'chip' on the TV card. You can enumerate all 65 selects the nth sub-device. This allows you to enumerate over all 141 - Match the nth chip on the card, zero for the bridge chip. Does not 145 - Match the nth sub-device.
|
/openbmc/linux/drivers/net/usb/ |
H A D | cdc_ncm.c | 1206 } nth; in cdc_ncm_fill_tx_frame() local 1277 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame() 1278 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame() 1279 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame() 1280 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame() 1283 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame() 1284 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame() 1285 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame() 1286 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame() 1404 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame() [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _kvm.scss | 7 div:nth-child(1) {
|
H A D | _tables.scss | 142 &:nth-child(even)::after {
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_statistic.h | 32 } nth; member
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_core.h | 226 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth); 231 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth);
|
H A D | l2tp_core.c | 227 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth() argument 236 if (tunnel && ++count > nth && in l2tp_tunnel_get_nth() 291 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_get_nth() argument 300 if (++count > nth) { in l2tp_session_get_nth()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-spear-pcie-gadget | 17 For nth PCIe Device Controller /config/pcie-gadget.n/:
|
H A D | sysfs-bus-usb-devices-usbsevseg | 42 To set the nth decimal place, give this field
|
H A D | sysfs-kernel-livepatch | 75 sympos number corresponding to the nth occurrence of the symbol
|
/openbmc/linux/rust/macros/ |
H A D | pin_data.rs | 28 .nth(1) in pin_data()
|
/openbmc/linux/Documentation/usb/ |
H A D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | fault-injection.rst | 227 - /proc/<pid>/fail-nth, 228 /proc/self/task/<tid>/fail-nth: 491 Systematic faults using fail-nth 514 sprintf(buf, "/proc/self/task/%ld/fail-nth", syscall(SYS_gettid));
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_gadget.c | 410 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local 416 uep = usbhsg_gpriv_to_nth_uep(gpriv, nth); in usbhsg_recip_run_handle() 443 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg); in usbhsg_recip_run_handle()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | selftest.c | 55 unsigned int nth = syz->nth_area; in __iommufd_test_syz_conv_iova() local 61 if (nth == 0) { in __iommufd_test_syz_conv_iova() 65 nth--; in __iommufd_test_syz_conv_iova()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery.dataTables-1.13.8.min.css | 1 …nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:las…
|
/openbmc/openbmc-test-automation/openpower/mpipl/ |
H A D | test_mpipl_basic.robot | 23 # By default 1 iteration, user can key in nth number of iteration to control
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_bmc_image_switch.robot | 20 # nth iteration.
|
/openbmc/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) {
|