Searched refs:bpf_parse_string (Results 1 – 2 of 2) sorted by relevance
/external/iptables/extensions/ |
D | libxt_bpf.c | 79 static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16 len_max, in bpf_parse_string() function 147 bpf_parse_string(bi->bpf_program, &bi->bpf_program_num_elem, in bpf_parse() 162 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() function 297 if (bpf_parse_string(argv[0], from_file, &bpf_len, &bpf_string, in bpf_ops_parse()
|