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
259 /* Use the Supervision frame's info about an eventual macaddress_B for merging
263 void hsr_handle_sup_frame(struct hsr_frame_info *frame)
265 struct hsr_node *node_curr = frame->node_src;
266 struct hsr_port *port_rcv = frame->port_rcv;
275 /* Here either frame->skb_hsr or frame->skb_prp should be
276 * valid as supervision frame always will have protocol
279 if (frame->skb_hsr)
280 skb = frame->skb_hsr;
281 else if (frame->skb_prp)
282 skb = frame->skb_prp;
304 /* No frame received from AddrA of this node yet */
342 /* 'skb' is a frame meant for this host, that is to be passed to upper layers.
344 * If the frame was sent by a node's B interface, replace the source
358 /* 'skb' is a frame meant for another host.
408 /* 'skb' is a HSR Ethernet frame (with a HSR tag inserted), with a valid
412 * 1 if frame can be shown to have been sent recently on this interface,
485 /* Get age of newest frame from node.