OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfrm_addr_match
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
xfrm.h
119
int
xfrm_addr_match
(xfrm_address_t *x1, xfrm_address_t *x2, int bits);
xfrm_policy.c
379
if (
xfrm_addr_match
(&xpinfo->sel.saddr, &filter.xpinfo.sel.saddr,
385
if (
xfrm_addr_match
(&xpinfo->sel.daddr, &filter.xpinfo.sel.daddr,
xfrm_state.c
674
if (
xfrm_addr_match
(&xsinfo->saddr, &filter.xsinfo.saddr,
678
if (
xfrm_addr_match
(&xsinfo->id.daddr, &filter.xsinfo.id.daddr,
ipxfrm.c
71
int
xfrm_addr_match
(xfrm_address_t *x1, xfrm_address_t *x2, int bits)
function
Completed in 37 milliseconds