Lines Matching refs:frame
400 static void __packet_set_status(struct packet_sock *po, void *frame, int status)
406 h.raw = frame;
428 static int __packet_get_status(const struct packet_sock *po, void *frame)
436 h.raw = frame;
471 static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame,
481 h.raw = frame;
1949 * protocol layers and you must therefore supply it with a complete frame
1993 * You may not queue a frame bigger than the mtu. This is the lowest level
2147 * Otherwise, the device hides details of its frame
2578 void *frame, struct net_device *dev, void *data, int tp_len,
2588 ph.raw = frame;
2657 static int tpacket_parse_header(struct packet_sock *po, void *frame,
2663 ph.raw = frame;
2721 *data = frame + off;