HomeSort by relevance Sort by last modified time
    Searched refs:nlmsghdr (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/iproute2/ip/
ipmonitor.c 38 struct nlmsghdr *n, void *arg)
link_gre.c 43 struct nlmsghdr *n)
46 struct nlmsghdr n;
  /external/iproute2/lib/
ll_map.c 41 struct nlmsghdr *n, void *arg)
  /external/iproute2/tc/
em_cmp.c 40 static int cmp_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
em_nbyte.c 40 static int nbyte_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
em_u32.c 36 static int u32_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
f_fw.c 34 static int fw_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
f_route.c 37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
f_tcindex.c 28 char **argv, struct nlmsghdr *n)
m_gact.c 93 parse_gact(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
m_nat.c 85 parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
m_skbedit.c 52 struct nlmsghdr *n)
q_red.c 34 static int red_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
m_police.c 125 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
316 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
q_hfsc.c 70 hfsc_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
143 struct nlmsghdr *n)
q_htb.c 61 static int htb_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
101 static int htb_parse_class_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
tc_class.c 46 struct nlmsghdr n;
152 struct nlmsghdr *n, void *arg)
tc_filter.c 51 struct nlmsghdr n;
185 struct nlmsghdr *n,
tc_qdisc.c 58 struct nlmsghdr n;
198 struct nlmsghdr *n,
em_meta.c 148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val,
358 static int meta_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
m_ematch.c 173 static int parse_tree(struct nlmsghdr *n, struct ematch *tree)
320 int parse_ematch(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 114 struct nlmsghdr *nlh, struct nfattr *cda[], int *errp);
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 576 vlan_read_ifnames(struct nlmsghdr *h, size_t len, int del,
628 struct nlmsghdr *h;
641 h = (struct nlmsghdr *) buf;
665 h = (struct nlmsghdr *) ((char *) h + len);
  /system/core/libnetutils/
ifc_utils.c 255 struct nlmsghdr n;
258 char attrbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
263 struct nlmsghdr *nh;
265 char buf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
267 NLMSG_ALIGN(sizeof(struct nlmsghdr))];
328 nh = (struct nlmsghdr *) buf;
  /external/iproute2/misc/
arpd.c 266 struct nlmsghdr n;
298 int do_one_request(struct nlmsghdr *n)
435 struct nlmsghdr *h;
462 for (h = (struct nlmsghdr*)buf; status >= sizeof(*h); ) {
473 h = (struct nlmsghdr*)((char*)h + NLMSG_ALIGN(len));

Completed in 223 milliseconds

1 2 34 5