/Linux-v4.19/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-v4.19/net/sched/ |
D | act_tunnel_key.c | 75 int err, data_len, opt_len; in tunnel_key_copy_geneve_opt() local 124 int err, rem, opt_len, len = nla_len(nla), opts_len = 0; in tunnel_key_copy_opts() local
|
/Linux-v4.19/include/net/ |
D | geneve.h | 45 u8 opt_len:6; member
|
D | cipso_ipv4.h | 298 u8 opt_len = opt[1]; in cipso_v4_validate() local
|
/Linux-v4.19/net/dns_resolver/ |
D | dns_key.c | 89 int opt_len, opt_nlen; in dns_resolver_preparse() local
|
/Linux-v4.19/net/ipv4/ |
D | cipso_ipv4.c | 1569 u8 opt_len; in cipso_v4_validate() local 1833 u32 opt_len; in cipso_v4_sock_setattr() local 1918 u32 opt_len; in cipso_v4_req_setattr() local 2167 u32 opt_len; in cipso_v4_skbuff_setattr() local
|
/Linux-v4.19/net/ipv6/ |
D | calipso.c | 829 unsigned int opt_len = ipv6_optlen(opt), tlv_len; in calipso_tlv_len() local 868 unsigned int opt_len, offset, offset_s = 0, offset_e = 0; in calipso_opt_find() local 1093 int opt_len, len, ret_val = -ENOMSG, offset; in calipso_sock_getattr() local
|
D | ndisc.c | 216 u8 *opt, int opt_len, in ndisc_parse_options()
|
/Linux-v4.19/net/openvswitch/ |
D | flow.h | 52 #define TUN_METADATA_OFFSET(opt_len) \ argument 54 #define TUN_METADATA_OPTS(flow_key, opt_len) \ argument
|
D | flow.c | 456 int opt_len = nd_opt->nd_opt_len * 8; in parse_icmpv6() local
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 246 int opt_len, opt_cnt, act_start, tot_push_len; in nfp_fl_push_geneve_options() local
|
/Linux-v4.19/lib/zlib_deflate/ |
D | defutil.h | 220 ulg opt_len; /* bit length of current block with optimal trees */ member
|