Home
last modified time | relevance | path

Searched refs:opt (Results 976 – 1000 of 1357) sorted by relevance

1...<<31323334353637383940>>...55

/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c759 static void cxgbit_set_emss(struct cxgbit_sock *csk, u16 opt) in cxgbit_set_emss() argument
761 csk->emss = csk->com.cdev->lldi.mtus[TCPOPT_MSS_G(opt)] - in cxgbit_set_emss()
766 if (TCPOPT_TSTAMP_G(opt)) in cxgbit_set_emss()
772 TCPOPT_MSS_G(opt), csk->mss, csk->emss); in cxgbit_set_emss()
773 pr_debug("%s mss_idx %u mss %u emss=%u\n", __func__, TCPOPT_MSS_G(opt), in cxgbit_set_emss()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c1233 if (inet_opt && inet_opt->opt.srr) in inet_sk_reselect_saddr()
1234 daddr = inet_opt->opt.faddr; in inet_sk_reselect_saddr()
1286 if (inet_opt && inet_opt->opt.srr) in inet_sk_rebuild_header()
1287 daddr = inet_opt->opt.faddr; in inet_sk_rebuild_header()
H A Droute.c583 if (inet_opt && inet_opt->opt.srr) in build_sk_flow_key()
584 daddr = inet_opt->opt.faddr; in build_sk_flow_key()
1243 struct ip_options opt; in ipv4_send_dest_unreach() local
1253 memset(&opt, 0, sizeof(opt)); in ipv4_send_dest_unreach()
1257 opt.optlen = ip_hdr(skb)->ihl * 4 - sizeof(struct iphdr); in ipv4_send_dest_unreach()
1260 res = __ip_options_compile(dev_net(skb->dev), &opt, skb, NULL); in ipv4_send_dest_unreach()
1266 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dpch_can.c140 u32 opt; member
222 u32 reg_val = ioread32(&priv->regs->opt); in pch_can_set_optmode()
231 iowrite32(reg_val, &priv->regs->opt); in pch_can_set_optmode()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191012.patch.gz1# ncurses 6.1 - patch 20191012 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/net/core/
H A Dnetpoll.c523 int netpoll_parse_options(struct netpoll *np, char *opt) in netpoll_parse_options() argument
525 char *cur=opt, *delim; in netpoll_parse_options()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dhci.c200 static void nci_hci_send_data_req(struct nci_dev *ndev, unsigned long opt) in nci_hci_send_data_req() argument
202 struct nci_data *data = (struct nci_data *)opt; in nci_hci_send_data_req()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlayout.h1128 } __attribute__ ((__packed__)) opt; member
1152 } __attribute__ ((__packed__)) opt; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1t.h659 const ASN1_ITEM *it, int tag, int aclass, char opt,
938 const ASN1_ITEM *it, int tag, int aclass, char opt,
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c3182 struct l2cap_conf_opt *opt = *ptr; in l2cap_get_conf_opt() local
3185 len = L2CAP_CONF_OPT_SIZE + opt->len; in l2cap_get_conf_opt()
3188 *type = opt->type; in l2cap_get_conf_opt()
3189 *olen = opt->len; in l2cap_get_conf_opt()
3191 switch (opt->len) { in l2cap_get_conf_opt()
3193 *val = *((u8 *) opt->val); in l2cap_get_conf_opt()
3197 *val = get_unaligned_le16(opt->val); in l2cap_get_conf_opt()
3201 *val = get_unaligned_le32(opt->val); in l2cap_get_conf_opt()
3205 *val = (unsigned long) opt->val; in l2cap_get_conf_opt()
3209 BT_DBG("type 0x%2.2x len %u val 0x%lx", *type, opt->len, *val); in l2cap_get_conf_opt()
[all …]
/OK3568_Linux_fs/buildroot/package/meson/
H A D0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch12 /home/naourr/work/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-ucl…
/OK3568_Linux_fs/u-boot/tools/buildman/
H A DREADME171 eldk: /opt/eldk-4.2
172 arm: /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux
173 aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
194 arm: /opt/arm-eabi-4.6/bin/arm-eabi-
199 arm: /opt/arm-eabi-4.6/bin/arm-eabi-gcc
238 - scanning prefix '/opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-'
240 - scanning prefix '/opt/arm-eabi-4.6/bin/arm-eabi-'
377 arm : /opt/arm-eabi-4.6/bin/arm-eabi-gcc
403 x86 : /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-gcc
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c955 int cnt, opt, optlen; in chcr_ktls_check_tcp_options() local
961 opt = cp[0]; in chcr_ktls_check_tcp_options()
962 if (opt == TCPOPT_EOL) in chcr_ktls_check_tcp_options()
964 if (opt == TCPOPT_NOP) { in chcr_ktls_check_tcp_options()
973 switch (opt) { in chcr_ktls_check_tcp_options()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam3517-som.dtsi50 ti,nand-ecc-opt = "bch8";
H A Dam335x-igep0033.dtsi142 ti,nand-ecc-opt = "bch8";
H A Ddm8168-evm.dts130 ti,nand-ecc-opt = "bch8";
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/
H A Dmakerace.patch10 …TYPE='"x86_64-pokysdk-linux-gnu"' -DCONF_VENDOR='"pokysdk"' -DLOCALEDIR='"/opt/poky/3.2+snapshot/s…
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsyncookies.c231 final_p = fl6_update_dst(&fl6, rcu_dereference(np->opt), &final); in cookie_v6_check()
H A Dxfrm6_tunnel.c232 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_tunnel_err() argument
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dptp.rst81 - 2 Time stamp external triggers, programmable polarity (opt. interrupt)
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dtrace.h33 (__entry->cca_opt) = cca->opt; \
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Ddelay-accounting.rst115 bin data1 data3 data5 dev home media opt root srv sys usr
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Ddither.c350 default: lsx_fail("invalid option `-%c'", optstate.opt); return lsx_usage(effp); in getopts()
/OK3568_Linux_fs/buildroot/package/flashrom/
H A D0001-Makefile-Fix-building-on-AArch64-NixOS.patch67 override CPPFLAGS += -I/opt/local/include -I/usr/local/include
/OK3568_Linux_fs/kernel/fs/
H A Dfs_parser.c132 return p->opt; in __fs_parse()

1...<<31323334353637383940>>...55