OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XFRMA_ENCAP
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/linux/
xfrm.h
270
XFRMA_ENCAP
, /* struct xfrm_algo + struct xfrm_encap_tmpl */
/external/iproute2/ip/
ipxfrm.c
659
if (tb[
XFRMA_ENCAP
]) {
667
if (RTA_PAYLOAD(tb[
XFRMA_ENCAP
]) < sizeof(*e)) {
672
e = (struct xfrm_encap_tmpl *) RTA_DATA(tb[
XFRMA_ENCAP
]);
xfrm_state.c
306
addattr_l(&req.n, sizeof(req.buf),
XFRMA_ENCAP
,
Completed in 12 milliseconds