Lines Matching defs:frame
365 static void __packet_set_status(struct packet_sock *po, void *frame, int status)
371 h.raw = frame;
393 static int __packet_get_status(const struct packet_sock *po, void *frame)
401 h.raw = frame;
436 static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame,
446 h.raw = frame;
1912 * protocol layers and you must therefore supply it with a complete frame
1956 * You may not queue a frame bigger than the mtu. This is the lowest level
2110 * Otherwise, the device hides details of its frame
2527 void *frame, struct net_device *dev, void *data, int tp_len,
2537 ph.raw = frame;
2606 static int tpacket_parse_header(struct packet_sock *po, void *frame,
2612 ph.raw = frame;
2670 *data = frame + off;