void 
init_oxm_in_port( void ) {
  register_oxm( &oxm_in_port );
}
Example #2
0
void 
init_oxm_eth_src( void ) {
  register_oxm( &oxm_eth_src );
}
Example #3
0
void 
init_oxm_tcp_dst( void ) {
  register_oxm( &oxm_tcp_dst );
}
void 
init_oxm_arp_tha( void ) {
  register_oxm( &oxm_arp_tha );
}
Example #5
0
void 
init_oxm_ipv6_src( void ) {
  register_oxm( &oxm_ipv6_src );
}
void 
init_oxm_icmpv4_code( void ) {
  register_oxm( &oxm_icmpv4_code );
}
Example #7
0
void 
init_oxm_tunnel_id( void ) {
  register_oxm( &oxm_tunnel_id );
}
void 
init_oxm_arp_spa( void ) {
  register_oxm( &oxm_arp_spa );
}
Example #9
0
void 
init_oxm_ipv6_nd_tll( void ) {
  register_oxm( &oxm_ipv6_nd_tll );
}
Example #10
0
void 
init_oxm_arp_op( void ) {
  register_oxm( &oxm_arp_op );
}