-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Networkingpriority: lowLow impact/importance bugLow impact/importance bug
Description
Following #4421 , this is 3rd function with almost the same functionality (previous duplication case fixed). Well, this time, it has signature:
static void pkt_get_sockaddr(sa_family_t family, struct net_pkt *pkt,
struct sockaddr_ptr *addr)
i.e., it takes struct sockaddr_ptr*, whereas net_pkt_get_dst_addr() takes struct sockaddr*. Still, I guess it's worth looking into to avoid duplication.
Metadata
Metadata
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Networkingpriority: lowLow impact/importance bugLow impact/importance bug