Searched refs:opt (Results 576 - 600 of 721) sorted by relevance

<<212223242526272829

/linux-master/net/ipv4/
H A Dip_tunnel.c602 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
702 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
H A Daf_inet.c1268 if (inet_opt && inet_opt->opt.srr)
1269 daddr = inet_opt->opt.faddr;
1327 if (inet_opt && inet_opt->opt.srr)
1328 daddr = inet_opt->opt.faddr;
H A Droute.c541 if (inet_opt && inet_opt->opt.srr)
542 daddr = inet_opt->opt.faddr;
1197 struct ip_options opt; local
1207 memset(&opt, 0, sizeof(opt));
1211 opt.optlen = ip_hdr(skb)->ihl * 4 - sizeof(struct iphdr);
1215 res = __ip_options_compile(dev_net(dev), &opt, skb, NULL);
1221 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt);
/linux-master/net/sched/
H A Dsch_teql.c168 static int teql_qdisc_init(struct Qdisc *sch, struct nlattr *opt, argument
H A Dact_ct.c1500 struct tc_ct opt = { local
1510 opt.action = c->tcf_action;
1549 if (nla_put(skb, TCA_CT_PARMS, sizeof(opt), &opt))
/linux-master/samples/hid/
H A DMakefile63 OPT ?= opt
228 # below we use long chain of commands, clang | opt | llvm-dis | llc,
230 # with native target, e.g., x64, arm64, etc. 'opt' does bpf CORE IR builtin
232 # 'opt' output to IR, and finally 'llc' generates bpf byte code.
/linux-master/drivers/tty/serial/
H A Darc_uart.c546 const char *opt)
545 arc_early_console_setup(struct earlycon_device *dev, const char *opt) argument
/linux-master/net/ieee802154/
H A Dtrace.h33 (__entry->cca_opt) = cca->opt; \
/linux-master/fs/erofs/
H A Dinode.c158 if (test_opt(&sbi->opt, DAX_ALWAYS) && S_ISREG(inode->i_mode) &&
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4959 for opt in opts:
4960 if "=" in opt:
4961 opt = opt.split("=")
4962 if opt[0] == "hostname":
4963 db.setHostName(opt[1])
4964 elif opt[0] == "port":
4965 db.setPort(int(opt[1]))
4966 elif opt[0] == "username":
4967 db.setUserName(opt[
[all...]
/linux-master/drivers/pci/hotplug/
H A Dibmphp_core.c32 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot(sl, READ_HPCOPTIONS, opt)
/linux-master/net/nfc/nci/
H A Dhci.c199 static void nci_hci_send_data_req(struct nci_dev *ndev, const void *opt) argument
201 const struct nci_data *data = opt;
/linux-master/drivers/spi/
H A Datmel-quadspi.c99 #define QSPI_ICR_OPT(opt) (((opt) << 16) & QSPI_ICR_OPT_MASK)
/linux-master/net/caif/
H A Dcaif_socket.c665 static int setsockopt(struct socket *sock, int lvl, int opt, sockptr_t ov, argument
675 switch (opt) {
/linux-master/drivers/net/
H A Dnetconsole.c65 static int __init option_setup(char *opt) argument
67 strscpy(config, opt, MAX_PARAM_LENGTH);
/linux-master/net/ipv6/
H A Dioam6.c640 void *opt, unsigned int opt_len)
662 if (ioam6_event_put_trace(skb, (struct ioam6_trace_hdr *)opt,
639 ioam6_event(enum ioam6_event_type type, struct net *net, gfp_t gfp, void *opt, unsigned int opt_len) argument
H A Dip6_gre.c418 static int ip6gre_err(struct sk_buff *skb, struct inet6_skb_parm *opt, argument
828 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
1047 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
/linux-master/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh779 while getopts ":t:pPvh" opt; do
780 case $opt in
/linux-master/net/core/
H A Dnetpoll.c541 int netpoll_parse_options(struct netpoll *np, char *opt) argument
543 char *cur=opt, *delim;
/linux-master/tools/bpf/bpftool/
H A Dcommon.c709 ifindex_to_arch(__u32 ifindex, __u64 ns_dev, __u64 ns_ino, const char **opt) argument
735 *opt = "ctx4";
/linux-master/fs/bcachefs/
H A Dutil.c207 u64 bch2_read_flag_list(char *opt, const char * const list[])
210 char *p, *s, *d = kstrdup(opt, GFP_KERNEL);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.c4437 static inline bool is_valid_mask(int mask, int req, int opt) argument
4442 if (mask & ~(req | opt))
4455 int opt = 0; local
4458 return is_valid_mask(attr_mask, req, opt);
4461 return is_valid_mask(attr_mask, req, opt);
4463 opt = IB_QP_PKEY_INDEX | IB_QP_PORT;
4464 return is_valid_mask(attr_mask, req, opt);
4467 opt = IB_QP_PKEY_INDEX | IB_QP_AV;
4468 return is_valid_mask(attr_mask, req, opt);
4472 opt
[all...]
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c759 static void cxgbit_set_emss(struct cxgbit_sock *csk, u16 opt) argument
761 csk->emss = csk->com.cdev->lldi.mtus[TCPOPT_MSS_G(opt)] -
766 if (TCPOPT_TSTAMP_G(opt))
772 TCPOPT_MSS_G(opt), csk->mss, csk->emss);
773 pr_debug("%s mss_idx %u mss %u emss=%u\n", __func__, TCPOPT_MSS_G(opt),
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c481 static int pnv_ioda_unfreeze_pe(struct pnv_phb *phb, int pe_no, int opt) argument
495 rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, opt);
498 __func__, rc, opt, phb->hose->global_number, pe_no);
509 opt);
512 __func__, rc, opt, phb->hose->global_number,
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c950 int cnt, opt, optlen; local
956 opt = cp[0];
957 if (opt == TCPOPT_EOL)
959 if (opt == TCPOPT_NOP) {
968 switch (opt) {

Completed in 289 milliseconds

<<212223242526272829