Searched refs:optsize (Results 1 – 4 of 4) sorted by relevance
61 unsigned int optsize; member91 ctx->optsize > MAX_IPOPTLEN || in nf_osf_match_one()92 ctx->optsize != foptsize) in nf_osf_match_one()185 ctx->optsize = tcp->doff * 4 - sizeof(struct tcphdr); in nf_osf_hdr_ctx_init()188 sizeof(struct tcphdr), ctx->optsize, opts); in nf_osf_hdr_ctx_init()
111 unsigned int optsize = th->doff*4 - sizeof(struct tcphdr); in nf_log_dump_tcp_header() local114 optsize, _opt); in nf_log_dump_tcp_header()122 for (i = 0; i < optsize; i++) in nf_log_dump_tcp_header()
80 unsigned int i, optsize; in dump_ipv4_packet() local82 optsize = ih->ihl * 4 - sizeof(struct iphdr); in dump_ipv4_packet()84 optsize, _opt); in dump_ipv4_packet()92 for (i = 0; i < optsize; i++) in dump_ipv4_packet()
453 size_t optsize; in do_tls_setsockopt_conf() local500 optsize = sizeof(struct tls12_crypto_info_aes_gcm_128); in do_tls_setsockopt_conf()503 optsize = sizeof(struct tls12_crypto_info_aes_gcm_256); in do_tls_setsockopt_conf()507 optsize = sizeof(struct tls12_crypto_info_aes_ccm_128); in do_tls_setsockopt_conf()514 if (optlen != optsize) { in do_tls_setsockopt_conf()