Searched refs:nodebuf (Results 1 – 1 of 1) sorted by relevance
2253 u32 nodebuf[8]; in ocontext_read() local2322 rc = next_entry(nodebuf, fp, sizeof(u32) * 2); in ocontext_read()2325 c->u.node.addr = nodebuf[0]; /* network order */ in ocontext_read()2326 c->u.node.mask = nodebuf[1]; /* network order */ in ocontext_read()2358 rc = next_entry(nodebuf, fp, sizeof(u32) * 8); in ocontext_read()2362 c->u.node6.addr[k] = nodebuf[k]; in ocontext_read()2364 c->u.node6.mask[k] = nodebuf[k + 4]; in ocontext_read()3311 u32 nodebuf[8]; in ocontext_write() local3361 nodebuf[0] = c->u.node.addr; /* network order */ in ocontext_write()3362 nodebuf[1] = c->u.node.mask; /* network order */ in ocontext_write()[all …]