Searched refs:o_flags (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/ip/
H A Diptunnel.c105 p->o_flags |= GRE_KEY;
131 p->o_flags |= GRE_KEY;
143 p->o_flags |= GRE_SEQ;
147 p->o_flags |= GRE_SEQ;
150 p->o_flags |= GRE_CSUM;
154 p->o_flags |= GRE_CSUM;
227 if ((p->i_flags & GRE_KEY) || (p->o_flags & GRE_KEY)) {
245 p->o_flags |= GRE_KEY;
379 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
381 else if ((p->i_flags|p->o_flags)
[all...]
/external/iproute2/include/linux/
H A Dif_tunnel.h34 __be16 o_flags; member in struct:ip_tunnel_parm
/external/libnl-headers/
H A Dnetlink-types.h703 uint32_t o_flags; member in struct:genl_family_op

Completed in 107 milliseconds