Lines Matching defs:frame
7 * The HSR spec says never to forward the same frame twice on the same
8 * interface. A frame is identified by its source MAC address and its HSR
254 /* Use the Supervision frame's info about an eventual macaddress_B for merging
258 void hsr_handle_sup_frame(struct hsr_frame_info *frame)
260 struct hsr_node *node_curr = frame->node_src;
261 struct hsr_port *port_rcv = frame->port_rcv;
273 /* Here either frame->skb_hsr or frame->skb_prp should be
274 * valid as supervision frame always will have protocol
277 if (frame->skb_hsr)
278 skb = frame->skb_hsr;
279 else if (frame->skb_prp)
280 skb = frame->skb_prp;
281 else if (frame->skb_std)
282 skb = frame->skb_std;
312 /* No frame received from AddrA of this node yet */
348 /* This is a redbox supervision frame for a VDAN! */
381 /* 'skb' is a frame meant for this host, that is to be passed to upper layers.
383 * If the frame was sent by a node's B interface, replace the source
397 /* 'skb' is a frame meant for another host.
448 /* 'skb' is a HSR Ethernet frame (with a HSR tag inserted), with a valid
452 * 1 if frame can be shown to have been sent recently on this interface,
525 /* Get age of newest frame from node.