/net/netfilter/ |
D | nf_synproxy_core.c | 41 opts->options = 0; in synproxy_parse_options() 65 opts->options |= NF_SYNPROXY_OPT_MSS; in synproxy_parse_options() 73 opts->options |= NF_SYNPROXY_OPT_WSCALE; in synproxy_parse_options() 80 opts->options |= NF_SYNPROXY_OPT_TIMESTAMP; in synproxy_parse_options() 85 opts->options |= NF_SYNPROXY_OPT_SACK_PERM; in synproxy_parse_options() 102 if (opts->options & NF_SYNPROXY_OPT_MSS) in synproxy_options_size() 104 if (opts->options & NF_SYNPROXY_OPT_TIMESTAMP) in synproxy_options_size() 106 else if (opts->options & NF_SYNPROXY_OPT_SACK_PERM) in synproxy_options_size() 108 if (opts->options & NF_SYNPROXY_OPT_WSCALE) in synproxy_options_size() 118 u8 options = opts->options; in synproxy_build_options() local [all …]
|
D | xt_connlabel.c | 26 bool invert = info->options & XT_CONNLABEL_OP_INVERT; in connlabel_mt() 39 if (info->options & XT_CONNLABEL_OP_SET) { in connlabel_mt() 51 const int options = XT_CONNLABEL_OP_INVERT | in connlabel_mt_check() local 56 if (info->options & ~options) { in connlabel_mt_check() 58 info->options); in connlabel_mt_check()
|
D | nf_conntrack_h323_main.c | 340 if (channel->options & eH2250LogicalChannelParameters_mediaChannel) { in process_h245_channel() 349 options & eH2250LogicalChannelParameters_mediaControlChannel) { in process_h245_channel() 383 if ((olc->options & in process_olc() 385 (olc->reverseLogicalChannelParameters.options & in process_olc() 402 if ((olc->options & eOpenLogicalChannel_separateStack) && in process_olc() 431 if ((olca->options & in process_olca() 433 (olca->reverseLogicalChannelParameters.options & in process_olca() 449 if ((olca->options & in process_olca() 456 if (ack->options & in process_olca() 466 if (ack->options & in process_olca() [all …]
|
D | nft_synproxy.c | 31 opts->options |= NF_SYNPROXY_OPT_ECN; in nft_synproxy_tcp_options() 33 opts->options &= priv->info.options; in nft_synproxy_tcp_options() 36 if (opts->options & NF_SYNPROXY_OPT_TIMESTAMP) in nft_synproxy_tcp_options() 39 opts->options &= ~(NF_SYNPROXY_OPT_WSCALE | in nft_synproxy_tcp_options() 168 priv->info.options = flags; in nft_synproxy_do_init() 232 nla_put_be32(skb, NFTA_SYNPROXY_FLAGS, htonl(priv->info.options))) in nft_synproxy_do_dump()
|
/net/ |
D | TEST_MAPPING | 5 "options": [ 16 "options": [ 24 "options": [ 32 "options": [ 40 "options": [ 51 "options": [ 59 "options": [ 249 "options": [
|
/net/dns_resolver/ |
D | dns_query.c | 76 const char *options, char **_result, time64_t *_expiry, in dns_query() argument 87 type, (int)namelen, (int)namelen, name, namelen, options); in dns_query() 120 if (!options) in dns_query() 121 options = ""; in dns_query() 122 kdebug("call request_key(,%s,%s)", desc, options); in dns_query() 128 rkey = request_key_net(&key_type_dns_resolver, desc, net, options); in dns_query()
|
/net/ipv4/ |
D | gre_demux.c | 66 __be32 *options; in gre_parse_header() local 85 options = (__be32 *)(greh + 1); in gre_parse_header() 95 options++; in gre_parse_header() 99 tpi->key = *options; in gre_parse_header() 100 options++; in gre_parse_header() 105 tpi->seq = *options; in gre_parse_header() 106 options++; in gre_parse_header()
|
D | syncookies.c | 66 u32 options = 0; in cookie_init_timestamp() local 68 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp() 70 options |= TS_OPT_SACK; in cookie_init_timestamp() 72 options |= TS_OPT_ECN; in cookie_init_timestamp() 75 ts |= options; in cookie_init_timestamp() 237 u32 options = tcp_opt->rcv_tsecr; in cookie_timestamp_decode() local 247 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode() 252 if ((options & TS_OPT_WSCALE_MASK) == TS_OPT_WSCALE_MASK) in cookie_timestamp_decode() 256 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()
|
D | tcp_output.c | 434 static void smc_options_write(__be32 *ptr, u16 *options) in smc_options_write() argument 438 if (unlikely(OPTION_SMC & *options)) { in smc_options_write() 450 u16 options; /* bit field of OPTION_* */ member 467 if (unlikely(OPTION_MPTCP & opts->options)) in mptcp_options_write() 628 u16 options = opts->options; /* mungable copy */ in tcp_options_write() local 630 if (unlikely(OPTION_MD5 & options)) { in tcp_options_write() 644 if (likely(OPTION_TS & options)) { in tcp_options_write() 645 if (unlikely(OPTION_SACK_ADVERTISE & options)) { in tcp_options_write() 650 options &= ~OPTION_SACK_ADVERTISE; in tcp_options_write() 661 if (unlikely(OPTION_SACK_ADVERTISE & options)) { in tcp_options_write() [all …]
|
/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 51 struct gssx_option_array options; member 57 struct gssx_option_array options; member 82 struct gssx_option_array options; member 108 struct gssx_option_array options; member 136 struct gssx_option_array options; member 146 struct gssx_option_array options; member
|
D | gss_rpc_upcall.c | 332 if (res.options.count == 1) { in gssp_accept_sec_context_upcall() 333 gssx_buffer *value = &res.options.data[0].value; in gssp_accept_sec_context_upcall() 346 if (res.options.count != 0) { in gssp_accept_sec_context_upcall() 347 kfree(res.options.data); in gssp_accept_sec_context_upcall()
|
D | gss_rpc_xdr.c | 344 err = dummy_dec_opt_array(xdr, &status->options); in gssx_dec_status() 633 err = dummy_enc_opt_array(xdr, &ctx->options); in gssx_enc_ctx() 695 err = dummy_dec_opt_array(xdr, &ctx->options); in gssx_dec_ctx() 780 err = dummy_enc_opt_array(xdr, &arg->options); in gssx_enc_accept_sec_context() 844 err = gssx_dec_option_array(xdr, &res->options); in gssx_dec_accept_sec_context()
|
/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 36 opts.options |= XT_SYNPROXY_OPT_ECN; in synproxy_tg4() 38 opts.options &= info->options; in synproxy_tg4() 41 if (opts.options & XT_SYNPROXY_OPT_TIMESTAMP) in synproxy_tg4() 44 opts.options &= ~(XT_SYNPROXY_OPT_WSCALE | in synproxy_tg4()
|
D | ipt_rpfilter.c | 89 unsigned int options = ~XT_RPFILTER_OPTION_MASK; in rpfilter_check() local 90 if (info->flags & options) { in rpfilter_check()
|
/net/openvswitch/ |
D | vport-vxlan.c | 74 struct nlattr *options = parms->options; in vxlan_tnl_create() local 86 if (!options) { in vxlan_tnl_create() 91 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create() 104 a = nla_find_nested(options, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_tnl_create()
|
D | vport-geneve.c | 54 struct nlattr *options = parms->options; in geneve_tnl_create() local 62 if (!options) { in geneve_tnl_create() 67 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
|
D | vport.h | 37 int ovs_vport_set_options(struct vport *, struct nlattr *options); 105 struct nlattr *options; member
|
/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 36 opts.options |= XT_SYNPROXY_OPT_ECN; in synproxy_tg6() 38 opts.options &= info->options; in synproxy_tg6() 41 if (opts.options & XT_SYNPROXY_OPT_TIMESTAMP) in synproxy_tg6() 44 opts.options &= ~(XT_SYNPROXY_OPT_WSCALE | in synproxy_tg6()
|
D | ip6t_rpfilter.c | 112 unsigned int options = ~XT_RPFILTER_OPTION_MASK; in rpfilter_check() local 114 if (info->flags & options) { in rpfilter_check()
|
/net/xdp/ |
D | xsk_queue.h | 138 static inline bool xp_unused_options_set(u32 options) in xp_unused_options_set() argument 140 return options & ~XDP_PKT_CONTD; in xp_unused_options_set() 157 if (xp_unused_options_set(desc->options)) in xp_aligned_validate_desc() 177 if (xp_unused_options_set(desc->options)) in xp_unaligned_validate_desc() 421 ring->desc[idx].options = flags; in xskq_prod_reserve_desc()
|
/net/ceph/ |
D | ceph_common.c | 135 struct ceph_options *opt2 = client->options; in ceph_compare_options() 607 struct ceph_options *opt = client->options; in ceph_print_client_options() 722 client->options = opt; in ceph_create_client() 737 myaddr = &client->options->my_addr; in ceph_create_client() 773 ceph_destroy_options(client->options); in ceph_destroy_client() 802 unsigned long timeout = client->options->mount_timeout; in __ceph_open_session()
|
/net/mptcp/ |
D | Makefile | 4 mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
|
/net/dccp/ |
D | Makefile | 4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
|
/net/9p/ |
D | trans_rdma.c | 179 char *options, *tmp_options; in parse_opts() local 196 options = tmp_options; in parse_opts() 198 while ((p = strsep(&options, ",")) != NULL) { in parse_opts()
|
/net/bridge/ |
D | br.c | 354 set_bit(opt, &br->options); in br_opt_toggle() 356 clear_bit(opt, &br->options); in br_opt_toggle()
|