HomeSort by relevance Sort by last modified time
    Searched refs:tca_id (Results 1 - 17 of 17) sorted by null

  /external/iproute2/tc/
m_mirred.c 65 parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
198 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
209 parse_mirred(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
229 int ret = parse_egress(a, &argc, &argv, tca_id, n);
m_csum.c 87 char ***argv_p, int tca_id, struct nlmsghdr *n)
166 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_gact.c 93 parse_gact(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
191 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_nat.c 85 parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
158 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_skbedit.c 51 parse_skbedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id,
143 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_pedit.h 58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, 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)
297 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
316 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
318 return act_parse_police(NULL,argc_p,argv_p,tca_id,n);
m_xt.c 116 char ***argv_p, int tca_id, struct nlmsghdr *n)
225 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_xt_old.c 208 char ***argv_p, int tca_id, struct nlmsghdr *n)
311 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_ematch.c 320 int parse_ematch(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
347 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_pedit.c 461 parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
542 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_action.c 168 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
185 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
m_ipt.c 389 char ***argv_p, int tca_id, struct nlmsghdr *n)
494 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp 647 event->tca_id = (NanTcaId)pRsp->tcaIndParams.tcaId;
649 event->tca_id = (NanTcaId)0;
669 ALOGI("%s: TLV remaining Len:%d tca_id:%d",__func__,
670 remainingLen, event->tca_id);
677 switch (event->tca_id) {
698 ALOGI("Unhandled eventId:%d", event->tca_id);
    [all...]
nan.h 1171 NanTcaId tca_id; \/* Nan Protocol Threshold Crossing Alert (TCA) Codes *\/ member in struct:__anon26986
1611 NanTcaId tca_id; member in struct:__anon27003
    [all...]
nan_req.cpp 782 pFwReq->tcaReqParams.tcaId = pReq->tca_id;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 449 NanTcaId tca_id; /* Nan Protocol Threshold Crossing Alert (TCA) Codes */ member in struct:__anon25038
778 NanTcaId tca_id; member in struct:__anon25059

Completed in 1205 milliseconds