Searched refs:options (Results 1 - 25 of 26) 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_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.c53 * @options: Request options (or NULL if no options)
61 * the options need to be appropriate for the query type requested. If no
71 const char *options, char **_result, time_t *_expiry)
81 type, (int)namelen, (int)namelen, name, namelen, options);
116 if (!options)
117 options = "";
118 kdebug("call request_key(,%s,%s)", desc, options);
124 rkey = request_key(&key_type_dns_resolver, desc, options);
70 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
157 struct gssx_option_array options; member in struct:gssx_res_accept_sec_context
229 4) /* empty options */
H A Dgss_rpc_upcall.c280 if (res.options.count == 1) {
281 gssx_buffer *value = &res.options.data[0].value;
294 if (res.options.count != 0) {
295 kfree(res.options.data);
H A Dgss_rpc_xdr.c347 /* we assume we have no options for now, so simply consume them */
348 /* status->options */
349 err = dummy_dec_opt_array(xdr, &status->options);
372 /* ctx->options */
488 /* leave options empty for now, will add once we have any options
530 /* we assume we have no options for now, so simply consume them */
632 /* leave options empty for now, will add once we have any options
634 /* ctx->options */
[all...]
/net/ipv4/
H A Dsyncookies.c22 /* Timestamps: lowest bits store TCP options */
62 * tcp options in the lower bits of the timestamp value that will be
71 u32 options = 0; local
75 options = ireq->wscale_ok ? ireq->snd_wscale : 0xf;
76 options |= ireq->sack_ok << 4;
77 options |= ireq->ecn_ok << 5;
80 ts |= options;
85 ts |= options;
227 * additional tcp options in the timestamp.
228 * This extracts these options fro
239 u32 options = tcp_opt->rcv_tsecr & TSMASK; local
[all...]
H A Dtcp_output.c385 u16 options; /* bit field of OPTION_* */ member in struct:tcp_out_options
395 /* Write previously computed TCP options to the packet.
398 * TCP options, we learned this through the hard way, so be careful here.
411 u16 options = opts->options; /* mungable copy */ local
413 if (unlikely(OPTION_MD5 & options)) {
427 if (likely(OPTION_TS & options)) {
428 if (unlikely(OPTION_SACK_ADVERTISE & options)) {
433 options &= ~OPTION_SACK_ADVERTISE;
444 if (unlikely(OPTION_SACK_ADVERTISE & options)) {
[all...]
H A Dip_gre.c164 __be32 *options; local
183 options = (__be32 *)(greh + 1);
189 options++;
193 tpi->key = *options;
194 options++;
199 tpi->seq = *options;
200 options++;
210 if ((*(u8 *)options & 0xF0) != 0x40) {
H A Dipconfig.c633 u8 exten[312]; /* DHCP options / BOOTP vendor extensions */
667 ic_dhcp_init_options(u8 *options) argument
671 u8 *e = options;
846 /* add DHCP options or BOOTP extensions */
1547 * Decode any IP configuration options in the "ip=" or "nfsaddrs=" kernel
1594 * If any dhcp, bootp etc options are set, leave autoconfig on
/net/openvswitch/
H A Dvport.h47 int ovs_vport_set_options(struct vport *, struct nlattr *options);
96 * @options: %OVS_VPORT_ATTR_OPTIONS attribute from Netlink message, %NULL if
104 struct nlattr *options; member in struct:vport_parms
H A Dvport.c204 int ovs_vport_set_options(struct vport *vport, struct nlattr *options) argument
208 return vport->ops->set_options(vport, options);
282 * ovs_vport_get_options - retrieve device options
284 * @vport: vport from which to retrieve the options.
285 * @skb: sk_buff where options should be appended.
/net/ipv6/netfilter/
H A Dip6t_rpfilter.c101 unsigned int options = ~XT_RPFILTER_OPTION_MASK; local
103 if (info->flags & options) {
104 pr_info("unknown options encountered");
H A DKconfig76 and destination options headers of a packet.
/net/dccp/
H A DMakefile3 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
H A Doptions.c2 * net/dccp/options.c
47 * dccp_parse_options - Parse DCCP options present in @skb
57 unsigned char *options = (unsigned char *)dh + dccp_hdr_len(skb); local
58 unsigned char *opt_ptr = options;
98 * CCID-specific options are ignored during connection setup, as
437 /* Figure out how many options do we need to represent the ackvec */
531 * The last argument is used to construct Confirm options, where the preferred
569 /* The length of all options needs to be a multiple of 4 (5.8) */
/net/ceph/
H A Dceph_common.c126 struct ceph_options *opt2 = client->options;
206 * ceph options
303 ceph_parse_options(char *options, const char *dev_name, argument
324 dout("parse_options %p options '%s' dev_name '%s'\n", opt, options,
340 /* parse mount options */
341 while ((c = strsep(&options, ",")) != NULL) {
476 client->options = opt;
490 myaddr = &client->options->my_addr;
527 ceph_destroy_options(client->options);
[all...]
H A Dmon_client.c753 struct ceph_options *opt = monc->client->options;
791 monc->auth = ceph_auth_init(cl->options->name,
792 cl->options->key);
H A Dosd_client.c994 osd->lru_ttl = jiffies + osdc->client->options->osd_idle_ttl * HZ;
1096 osdc->client->options->osd_keepalive_timeout * HZ);
1379 osdc->client->options->osd_keepalive_timeout * HZ;
1423 osdc->client->options->osd_idle_ttl * HZ >> 2;
2238 round_jiffies_relative(osdc->client->options->osd_idle_ttl * HZ));
/net/ipv4/netfilter/
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/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.c129 * p9_rdma_opts - Collection of mount options
160 * parse_opts - parse mount options into rdma options structure
161 * @params: options string passed from mount
162 * @opts: rdma transport-specific structure to parse options into
171 char *options, *tmp_options; local
187 options = tmp_options;
189 while ((p = strsep(&options, ",")) != NULL) {
538 * @opts: Mount options structure
569 * @args: Mount options strin
[all...]
H A Dtrans_fd.c55 * struct p9_fd_opts - per-transport options
84 * - a little lazy - parse all fd-transport options
709 * parse_opts - parse mount options into p9_fd_opts structure
710 * @params: options string passed from mount
711 * @opts: fd transport-specific structure to parse options into
721 char *options, *tmp_options; local
736 options = tmp_options;
738 while ((p = strsep(&options, ",")) != NULL) {
989 pr_err("Insufficient options for proto=fd\n");
H A Dclient.c48 * - a little lazy - parse all client options
114 * parse_options - parse mount options into client structure
115 * @opts: options string passed from mount
123 char *options, *tmp_options; local
142 options = tmp_options;
144 while ((p = strsep(&options, ",")) != NULL) {
975 struct p9_client *p9_client_create(const char *dev_name, char *options) argument
994 err = parse_opts(options, clnt);
1017 err = clnt->trans_mod->create(clnt, dev_name, options);

Completed in 741 milliseconds

12