Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c421 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 Dxt_statistic.c43 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 Dfoundation.scss999 .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 Dpaginate.scss46 .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 Dclk-cs2000-cp.c24 #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 Dvidioc-dbg-g-register.rst66 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 Dvidioc-dbg-g-chip-info.rst57 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 Dcdc_ncm.c1206 } 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.scss7 div:nth-child(1) {
H A D_tables.scss142 &:nth-child(even)::after {
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_statistic.h32 } nth; member
/openbmc/linux/net/l2tp/
H A Dl2tp_core.h226 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 Dl2tp_core.c227 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 Dconfigfs-spear-pcie-gadget17 For nth PCIe Device Controller /config/pcie-gadget.n/:
H A Dsysfs-bus-usb-devices-usbsevseg42 To set the nth decimal place, give this field
H A Dsysfs-kernel-livepatch75 sympos number corresponding to the nth occurrence of the symbol
/openbmc/linux/rust/macros/
H A Dpin_data.rs28 .nth(1) in pin_data()
/openbmc/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/openbmc/linux/Documentation/fault-injection/
H A Dfault-injection.rst227 - /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 Dmod_gadget.c410 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 Dselftest.c55 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 Djquery.dataTables-1.13.8.min.css1nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:las…
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot23 # By default 1 iteration, user can key in nth number of iteration to control
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot20 # nth iteration.
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) {

12