Searched refs:bpf_parse_string (Results  1 – 2 of 2) sorted by relevance
| /external/iptables/extensions/ | 
| D | libxt_bpf.c | 92 static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16 len_max,  in bpf_parse_string()  function160 		bpf_parse_string(bi->bpf_program, &bi->bpf_program_num_elem,  in bpf_parse()
 175 		bpf_parse_string(bi->bpf_program, &bi->bpf_program_num_elem,  in bpf_parse_v1()
 
 | 
| /external/iproute2/lib/ | 
| D | bpf.c | 216 static int bpf_parse_string(char *arg, bool from_file, __u16 *bpf_len,  in bpf_parse_string()  function297 	if (bpf_parse_string(argv[0], from_file, &bpf_len, &bpf_string,  in bpf_ops_parse()
 
 |