Searched refs:optinfo (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_hbh.c | 48 const struct ip6t_opts *optinfo = par->matchinfo; in hbh_mt6() local 84 optinfo->hdrlen, hdrlen, in hbh_mt6() 85 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6() 86 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6() 87 !!(optinfo->invflags & IP6T_OPTS_INV_LEN)))); in hbh_mt6() 89 ret = (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6() 90 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6() 91 !!(optinfo->invflags & IP6T_OPTS_INV_LEN))); in hbh_mt6() 95 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6() 99 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optinfo-emit-json.h | 26 class optinfo; variable 36 void add_record (const optinfo *optinfo); 46 json::object *optinfo_to_json (const optinfo *optinfo);
|
| H A D | dump-context.h | 120 void emit_optinfo (const optinfo *info); 126 optinfo &ensure_pending_optinfo (const dump_metadata_t &metadata); 127 optinfo &begin_next_optinfo (const dump_metadata_t &metadata, 136 optinfo *m_pending; 164 void emit_items (optinfo *dest); 189 void emit_any_pending_textual_chunks (optinfo *dest); 191 void emit_item (optinfo_item *item, optinfo *dest); 214 optinfo *get_pending_optinfo () const { return m_context.m_pending; } in get_pending_optinfo()
|
| H A D | optinfo.h | 93 class optinfo 98 optinfo (const dump_location_t &loc, in optinfo() function 103 ~optinfo ();
|
| H A D | opt-problem.h | 131 const optinfo & get_optinfo () const { return m_optinfo; } in get_optinfo() 136 optinfo m_optinfo;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optinfo-emit-json.h | 26 class optinfo; variable 36 void add_record (const optinfo *optinfo); 46 json::object *optinfo_to_json (const optinfo *optinfo);
|
| H A D | dump-context.h | 120 void emit_optinfo (const optinfo *info); 126 optinfo &ensure_pending_optinfo (const dump_metadata_t &metadata); 127 optinfo &begin_next_optinfo (const dump_metadata_t &metadata, 136 optinfo *m_pending; 164 void emit_items (optinfo *dest); 189 void emit_any_pending_textual_chunks (optinfo *dest); 191 void emit_item (optinfo_item *item, optinfo *dest); 214 optinfo *get_pending_optinfo () const { return m_context.m_pending; } in get_pending_optinfo()
|
| H A D | optinfo.h | 93 class optinfo 98 optinfo (const dump_location_t &loc, in optinfo() function 103 ~optinfo ();
|
| H A D | opt-problem.h | 131 const optinfo & get_optinfo () const { return m_optinfo; } in get_optinfo() 136 optinfo m_optinfo;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Opt.h | 120 OptionInfoPtr optinfo);
|
| H A D | xf86Option.c | 709 xf86ProcessOptions(int scrnIndex, XF86OptionPtr options, OptionInfoPtr optinfo) in xf86ProcessOptions() argument 713 for (p = optinfo; p->name != NULL; p++) { in xf86ProcessOptions()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 544 static const char *optinfo[] = { variable 616 optinfo[options[i].otype], options[i].use); in RTMP_OptUsage()
|