OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_n
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
xfrm_policy.c
720
struct nlmsghdr *
new_n
;
local
756
new_n
= (struct nlmsghdr *)(xb->buf + xb->offset);
757
new_n
->nlmsg_len = NLMSG_LENGTH(sizeof(*xpid));
758
new_n
->nlmsg_flags = NLM_F_REQUEST;
759
new_n
->nlmsg_type = XFRM_MSG_DELPOLICY;
760
new_n
->nlmsg_seq = ++rth->seq;
762
xpid = NLMSG_DATA(
new_n
);
767
xb->offset +=
new_n
->nlmsg_len;
xfrm_state.c
912
struct nlmsghdr *
new_n
;
local
935
new_n
= (struct nlmsghdr *)(xb->buf + xb->offset);
936
new_n
->nlmsg_len = NLMSG_LENGTH(sizeof(*xsid));
937
new_n
->nlmsg_flags = NLM_F_REQUEST;
938
new_n
->nlmsg_type = XFRM_MSG_DELSA;
939
new_n
->nlmsg_seq = ++rth->seq;
941
xsid = NLMSG_DATA(
new_n
);
947
addattr_l(
new_n
, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
950
xb->offset +=
new_n
->nlmsg_len;
/external/opencv/ml/src/
ml_inner_functions.cpp
1752
int old_n,
new_n
, out_n;
local
[
all
...]
/external/ppp/pppd/
main.c
1945
int
new_n
= i + 17;
local
[
all
...]
Completed in 287 milliseconds