Home | History | Annotate | Download | only in link

Lines Matching defs:oflags

51 	uint16_t   oflags;
116 ipgre->oflags = nla_get_u16(tb[IFLA_GRE_OFLAGS]);
177 NLA_PUT_U16(msg, IFLA_GRE_OFLAGS, ipgre->oflags);
240 nl_dump(p, " oflags ");
241 nl_dump_line(p, "%x\n", ipgre->oflags);
448 * Set IPGRE tunnel set oflags
450 * @arg iflags gre oflags
454 int rtnl_link_ipgre_set_oflags(struct rtnl_link *link, uint16_t oflags)
460 ipgre->oflags = oflags;
467 * Get IPGRE tunnel oflags
470 * @return oflags
478 return ipgre->oflags;