OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlmsg_count
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/ip/
xfrm.h
74
int
nlmsg_count
;
member in struct:xfrm_buffer
xfrm_policy.c
768
xb->
nlmsg_count
++;
855
xb.
nlmsg_count
= 0;
869
if (xb.
nlmsg_count
== 0) {
880
fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.
nlmsg_count
);
883
xb.
nlmsg_count
= 0;
xfrm_state.c
951
xb->
nlmsg_count
++;
1012
xb.
nlmsg_count
= 0;
1026
if (xb.
nlmsg_count
== 0) {
1037
fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.
nlmsg_count
);
1040
xb.
nlmsg_count
= 0;
Completed in 177 milliseconds