Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 12 of 12) sorted by relevance

/include/net/netfilter/
Dnf_synproxy.h47 struct synproxy_options *opts);
50 struct synproxy_options *opts);
54 const struct synproxy_options *opts);
59 struct synproxy_options *opts, u32 recv_seq);
72 const struct synproxy_options *opts);
76 struct synproxy_options *opts, u32 recv_seq);
/include/net/
Dmptcp.h143 unsigned int *size, struct mptcp_out_options *opts);
145 struct mptcp_out_options *opts);
148 struct mptcp_out_options *opts);
152 struct mptcp_out_options *opts);
251 struct mptcp_out_options *opts) in mptcp_syn_options() argument
258 struct mptcp_out_options *opts) in mptcp_synack_options() argument
267 struct mptcp_out_options *opts) in mptcp_established_options() argument
Dicmp.h51 struct ip_options opts = { 0 }; in icmp_ndo_send() local
52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
/include/uapi/linux/netfilter_ipv6/
Dip6t_opts.h13 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member
/include/linux/phy/
Dphy.h103 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
122 union phy_configure_opts *opts);
241 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
243 union phy_configure_opts *opts);
421 union phy_configure_opts *opts) in phy_configure() argument
430 union phy_configure_opts *opts) in phy_validate() argument
/include/linux/power/
Dbq27xxx_battery.h57 u32 opts; member
/include/linux/
Dmount.h130 extern int cifs_root_data(char **dev, char **opts);
Dsecurity.h161 int cap, unsigned int opts);
304 unsigned int opts);
628 unsigned int opts) in security_capable() argument
630 return cap_capable(cred, ns, cap, opts); in security_capable()
Dof.h281 const char **opts);
519 const char **opts) in of_find_node_opts_by_path() argument
Dlsm_hook_defs.h45 int cap, unsigned int opts)
/include/soc/fsl/
Dqman.h1021 int qman_init_fq(struct qman_fq *fq, u32 flags, struct qm_mcc_initfq *opts);
1154 struct qm_mcc_initcgr *opts);
1181 int qman_update_cgr_safe(struct qman_cgr *cgr, struct qm_mcc_initcgr *opts);
/include/linux/mtd/
Drawnand.h1406 #define LEGACY_ID_NAND(nm, devid, chipsz, erasesz, opts) \ argument
1408 .chipsize = (chipsz), .erasesize = (erasesz), .options = (opts) }
1420 #define EXTENDED_ID_NAND(nm, devid, chipsz, opts) \ argument
1422 .options = (opts) }