ofpbuf: Rename trivial _get_ functions without the "get".
authorJarno Rajahalme <jrajahalme@nicira.com>
Thu, 3 Apr 2014 18:51:54 +0000 (11:51 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Thu, 3 Apr 2014 18:51:54 +0000 (11:51 -0700)
Code reads better without the "get", for example "ofpbuf_l3()"
v.s. "ofpbuf_get_l3()".  L4 payoad access functions still use the
"get" (e.g., "ofpbuf_get_tcp_payload()").

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>

No differences found