Searched defs:tcahdr (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/route/
H A Dact.c130 struct tcamsg tcahdr = { local
139 if (nlmsg_append(msg, &tcahdr, sizeof(tcahdr), NLMSG_ALIGNTO) < 0)
523 struct tcamsg tcahdr = { local
527 return nl_send_simple(sk, RTM_GETACTION, NLM_F_DUMP, &tcahdr,
528 sizeof(tcahdr));

Completed in 54 milliseconds