Go to the documentation of this file.
33 #include <linux/export.h>
40 dst->
grh.flow_label = src->
grh.flow_label;
41 dst->
grh.sgid_index = src->
grh.sgid_index;
42 dst->
grh.hop_limit = src->
grh.hop_limit;
43 dst->
grh.traffic_class = src->
grh.traffic_class;
44 memset(&dst->
grh.reserved, 0,
sizeof(dst->
grh.reserved));