Searched defs:opt_len (Results  1 – 11 of 11) sorted by relevance
| /linux-4.4.14/drivers/net/ppp/ | 
| D | ppp_deflate.c | 88 static void *z_comp_alloc(unsigned char *options, int opt_len)  in z_comp_alloc()140 static int z_comp_init(void *arg, unsigned char *options, int opt_len,  in z_comp_init()
 305 static void *z_decomp_alloc(unsigned char *options, int opt_len)  in z_decomp_alloc()
 355 static int z_decomp_init(void *arg, unsigned char *options, int opt_len,  in z_decomp_init()
 
 | 
| D | bsd_comp.c | 352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp)  in bsd_alloc()449 static void *bsd_comp_alloc (unsigned char *options, int opt_len)  in bsd_comp_alloc()
 454 static void *bsd_decomp_alloc (unsigned char *options, int opt_len)  in bsd_decomp_alloc()
 464 		     int opt_len, int unit, int debug, int decomp)  in bsd_init()
 507 			  int opt_len, int unit, int opthdr, int debug)  in bsd_comp_init()
 513 			    int opt_len, int unit, int opthdr, int mru,  in bsd_decomp_init()
 
 | 
| /linux-4.4.14/include/net/ | 
| D | geneve.h | 47 	u8 opt_len:6;  member
 | 
| D | cipso_ipv4.h | 297 	u8 opt_len = opt[1];  in cipso_v4_validate()  local
 | 
| /linux-4.4.14/net/dns_resolver/ | 
| D | dns_key.c | 90 			int opt_len, opt_nlen, opt_vlen, tmp;  in dns_resolver_preparse()  local
 | 
| /linux-4.4.14/net/ipv4/ | 
| D | cipso_ipv4.c | 1631 	u8 opt_len;  in cipso_v4_validate()  local1891 	u32 opt_len;  in cipso_v4_sock_setattr()  local
 1975 	u32 opt_len;  in cipso_v4_req_setattr()  local
 2234 	u32 opt_len;  in cipso_v4_skbuff_setattr()  local
 
 | 
| /linux-4.4.14/net/openvswitch/ | 
| D | flow.h | 44 #define TUN_METADATA_OFFSET(opt_len) \  argument46 #define TUN_METADATA_OPTS(flow_key, opt_len) \  argument
 
 | 
| D | flow.c | 401 			int opt_len = nd_opt->nd_opt_len * 8;  in parse_icmpv6()  local
 | 
| /linux-4.4.14/drivers/net/ | 
| D | geneve.c | 640 			    __be16 tun_flags, u8 vni[3], u8 opt_len, u8 *opt,  in geneve_build_skb()676 			     __be16 tun_flags, u8 vni[3], u8 opt_len, u8 *opt,  in geneve6_build_skb()
 
 | 
| /linux-4.4.14/lib/zlib_deflate/ | 
| D | defutil.h | 220     ulg opt_len;        /* bit length of current block with optimal trees */  member
 | 
| /linux-4.4.14/net/ipv6/ | 
| D | ndisc.c | 205 struct ndisc_options *ndisc_parse_options(u8 *opt, int opt_len,  in ndisc_parse_options()
 |