Searched refs:options (Results 1 - 25 of 36) sorted by relevance

12

/net/netfilter/
H A Dxt_connlabel.c27 bool invert = info->options & XT_CONNLABEL_OP_INVERT;
33 if (info->options & XT_CONNLABEL_OP_SET)
41 const int options = XT_CONNLABEL_OP_INVERT | local
50 if (info->options & ~options) {
51 pr_err("Unknown options in mask %x\n", info->options);
H A Dnf_synproxy_core.c38 opts->options = 0;
60 opts->options |= XT_SYNPROXY_OPT_MSS;
68 opts->options |= XT_SYNPROXY_OPT_WSCALE;
75 opts->options |= XT_SYNPROXY_OPT_TIMESTAMP;
80 opts->options |= XT_SYNPROXY_OPT_SACK_PERM;
96 if (opts->options & XT_SYNPROXY_OPT_MSS)
98 if (opts->options & XT_SYNPROXY_OPT_TIMESTAMP)
100 else if (opts->options & XT_SYNPROXY_OPT_SACK_PERM)
102 if (opts->options & XT_SYNPROXY_OPT_WSCALE)
113 u8 options local
[all...]
H A Dnf_conntrack_h323_main.c393 if (channel->options & eH2250LogicalChannelParameters_mediaChannel) {
402 options & eH2250LogicalChannelParameters_mediaControlChannel) {
437 if ((olc->options &
439 (olc->reverseLogicalChannelParameters.options &
456 if ((olc->options & eOpenLogicalChannel_separateStack) &&
486 if ((olca->options &
488 (olca->reverseLogicalChannelParameters.options &
504 if ((olca->options &
511 if (ack->options &
521 if (ack->options
[all...]
/net/dns_resolver/
H A Ddns_query.c52 * @options: Request options (or NULL if no options)
60 * the options need to be appropriate for the query type requested. If no
70 const char *options, char **_result, time_t *_expiry)
80 type, (int)namelen, (int)namelen, name, namelen, options);
115 if (!options)
116 options = "";
117 kdebug("call request_key(,%s,%s)", desc, options);
123 rkey = request_key(&key_type_dns_resolver, desc, options);
69 dns_query(const char *type, const char *name, size_t namelen, const char *options, char **_result, time_t *_expiry) argument
[all...]
/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h64 struct gssx_option_array options; member in struct:gssx_status
70 struct gssx_option_array options; member in struct:gssx_call_ctx
95 struct gssx_option_array options; member in struct:gssx_cred_element
121 struct gssx_option_array options; member in struct:gssx_ctx
149 struct gssx_option_array options; member in struct:gssx_arg_accept_sec_context
159 struct gssx_option_array options; member in struct:gssx_res_accept_sec_context
231 4) /* empty options */
H A Dgss_rpc_upcall.c305 if (res.options.count == 1) {
306 gssx_buffer *value = &res.options.data[0].value;
319 if (res.options.count != 0) {
320 kfree(res.options.data);
H A Dgss_rpc_xdr.c343 /* we assume we have no options for now, so simply consume them */
344 /* status->options */
345 err = dummy_dec_opt_array(xdr, &status->options);
368 /* ctx->options */
484 /* leave options empty for now, will add once we have any options
527 /* we assume we have no options for now, so simply consume them */
631 /* leave options empty for now, will add once we have any options
633 /* ctx->options */
[all...]
/net/ipv4/
H A Dsyncookies.c22 /* Timestamps: lowest bits store TCP options */
57 * tcp options in the lower bits of the timestamp value that will be
66 u32 options = 0; local
70 options = ireq->wscale_ok ? ireq->snd_wscale : 0xf;
71 options |= ireq->sack_ok << 4;
72 options |= ireq->ecn_ok << 5;
75 ts |= options;
80 ts |= options;
219 * additional tcp options in the timestamp.
220 * This extracts these options fro
231 u32 options = tcp_opt->rcv_tsecr & TSMASK; local
[all...]
H A Dgre_demux.c102 __be32 *options; local
121 options = (__be32 *)(greh + 1);
131 options++;
135 tpi->key = *options;
136 options++;
141 tpi->seq = *options;
142 options++;
152 if ((*(u8 *)options & 0xF0) != 0x40) {
H A Dgeneve.c93 u8 options_len, u8 *options)
104 memcpy(geneveh->options, options, options_len);
91 geneve_build_header(struct genevehdr *geneveh, __be16 tun_flags, u8 vni[3], u8 options_len, u8 *options) argument
H A Dtcp_output.c420 u16 options; /* bit field of OPTION_* */ member in struct:tcp_out_options
430 /* Write previously computed TCP options to the packet.
433 * TCP options, we learned this through the hard way, so be careful here.
446 u16 options = opts->options; /* mungable copy */ local
448 if (unlikely(OPTION_MD5 & options)) {
462 if (likely(OPTION_TS & options)) {
463 if (unlikely(OPTION_SACK_ADVERTISE & options)) {
468 options &= ~OPTION_SACK_ADVERTISE;
479 if (unlikely(OPTION_SACK_ADVERTISE & options)) {
[all...]
/net/openvswitch/
H A Dvport-geneve.c98 geneveh->options, opts_len);
126 struct nlattr *options = parms->options; local
134 if (!options) {
139 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT);
213 tun_info->options_len, (u8 *)tun_info->options,
H A Dvport.h52 int ovs_vport_set_options(struct vport *, struct nlattr *options);
117 * @options: %OVS_VPORT_ATTR_OPTIONS attribute from Netlink message, %NULL if
125 struct nlattr *options; member in struct:vport_parms
H A Dvport-vxlan.c96 struct nlattr *options = parms->options; local
104 if (!options) {
108 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT);
H A Dflow.h54 struct geneve_opt *options; member in struct:ovs_tunnel_info
58 /* Store options at the end of the array if they are less than the
60 * matching for small options.
84 tun_info->options = opts;
H A Dvport.c218 * @options: New configuration.
223 int ovs_vport_set_options(struct vport *vport, struct nlattr *options) argument
227 return vport->ops->set_options(vport, options);
297 * ovs_vport_get_options - retrieve device options
299 * @vport: vport from which to retrieve the options.
300 * @skb: sk_buff where options should be appended.
/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c98 if (opts->options & XT_SYNPROXY_OPT_ECN)
142 if (opts->options & XT_SYNPROXY_OPT_ECN)
247 opts->options |= XT_SYNPROXY_OPT_MSS;
249 if (opts->options & XT_SYNPROXY_OPT_TIMESTAMP)
279 opts.options |= XT_SYNPROXY_OPT_ECN;
281 opts.options &= info->options;
282 if (opts.options & XT_SYNPROXY_OPT_TIMESTAMP)
285 opts.options &= ~(XT_SYNPROXY_OPT_WSCALE |
372 if (opts.options
[all...]
H A Dipt_rpfilter.c107 unsigned int options = ~XT_RPFILTER_OPTION_MASK; local
108 if (info->flags & options) {
109 pr_info("unknown options encountered");
/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c113 if (opts->options & XT_SYNPROXY_OPT_ECN)
157 if (opts->options & XT_SYNPROXY_OPT_ECN)
262 opts->options |= XT_SYNPROXY_OPT_MSS;
264 if (opts->options & XT_SYNPROXY_OPT_TIMESTAMP)
294 opts.options |= XT_SYNPROXY_OPT_ECN;
296 opts.options &= info->options;
297 if (opts.options & XT_SYNPROXY_OPT_TIMESTAMP)
300 opts.options &= ~(XT_SYNPROXY_OPT_WSCALE |
394 if (opts.options
[all...]
H A Dip6t_rpfilter.c102 unsigned int options = ~XT_RPFILTER_OPTION_MASK; local
104 if (info->flags & options) {
105 pr_info("unknown options encountered");
/net/dccp/
H A DMakefile3 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
/net/ceph/
H A Dceph_common.c129 struct ceph_options *opt2 = client->options;
228 * ceph options
328 ceph_parse_options(char *options, const char *dev_name, argument
349 dout("parse_options %p options '%s' dev_name '%s'\n", opt, options,
365 /* parse mount options */
366 while ((c = strsep(&options, ",")) != NULL) {
501 client->options = opt;
515 myaddr = &client->options->my_addr;
552 ceph_destroy_options(client->options);
[all...]
/net/rfkill/
H A DKconfig36 This options enable controlling radio transmitters connected to
/net/can/
H A DKconfig28 socket has several filter options e.g. ID masking / error frames.
/net/9p/
H A Dtrans_rdma.c130 * p9_rdma_opts - Collection of mount options
161 * parse_opts - parse mount options into rdma options structure
162 * @params: options string passed from mount
163 * @opts: rdma transport-specific structure to parse options into
172 char *options, *tmp_options; local
188 options = tmp_options;
190 while ((p = strsep(&options, ",")) != NULL) {
570 * @opts: Mount options structure
614 * @args: Mount options strin
[all...]

Completed in 870 milliseconds

12