Lines Matching refs:o_flags
2482 if ((ptnl->i_flags & GRE_KEY) && (ptnl->o_flags & GRE_KEY)
2484 else if ((ptnl->i_flags | ptnl->o_flags) & GRE_KEY) {
2487 if (ptnl->o_flags & GRE_KEY) printf(" okey %s ", okey_str);
2492 if (ptnl->o_flags & GRE_SEQ) printf("\n Sequence packets on output.");
2493 if (ptnl->o_flags & GRE_CSUM) printf("\n Checksum output packets.");
2600 ptnl->o_flags |= GRE_KEY;
2606 ptnl->o_flags |= GRE_KEY;
2613 ptnl->o_flags |= GRE_SEQ;
2619 ptnl->o_flags |= GRE_SEQ;
2623 ptnl->o_flags |= GRE_CSUM;
2629 ptnl->o_flags |= GRE_CSUM;
2694 if ((ptnl->i_flags & GRE_KEY) || (ptnl->o_flags & GRE_KEY))
2696 if ((ptnl->i_flags & GRE_SEQ) || (ptnl->o_flags & GRE_SEQ))
2698 if ((ptnl->i_flags & GRE_CSUM) || (ptnl->o_flags & GRE_CSUM))
2707 ptnl->o_flags |= GRE_KEY;