Searched defs:packet (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c38 #include <netpacket/packet.h>
145 /* Send the packet */
1969 struct ofpbuf *packet, struct flow_tnl *tnl, bool may_steal)
1978 const char *buf = ofpbuf_data(packet);
1979 size_t buflen = ofpbuf_size(packet);
1989 ofpbuf_delete(packet);
2171 dp_solaris_execute_cb(void *aux_, struct ofpbuf *packet, argument
2193 * If in_port number is OFPP_NONE, this means this packet out
2198 * added to the bridge yet, directly drop the packet.
2211 ofpbuf_delete(packet);
1968 dpif_solaris_port_output(struct dpif_solaris *dpif, odp_port_t port_no, struct ofpbuf *packet, struct flow_tnl *tnl, bool may_steal) argument
2727 dpif_solaris_parse_pkt(struct dpif_solaris *dpif OVS_UNUSED, struct ofpbuf *packet, struct pkt_metadata *md, uint16_t action_type, struct dpif_upcall *upcall, struct ofpbuf *buf) argument
[all...]

Completed in 26 milliseconds