Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c64d3f8f authored by Ursula Braun's avatar Ursula Braun Committed by David S. Miller
Browse files

af_iucv: support ancillary data with HS transport



The AF_IUCV address family offers support for ancillary data.
This patch enables usage of ancillary data with the new
HiperSockets transport.

Signed-off-by: default avatarUrsula Braun <ursula.braun@de.ibm.com>
Signed-off-by: default avatarFrank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ef0002b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -2209,6 +2209,8 @@ static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev,
		break;
		break;
	case 0:
	case 0:
		/* plain data frame */
		/* plain data frame */
		memcpy(CB_TRGCLS(skb), &trans_hdr->iucv_hdr.class,
		       CB_TRGCLS_LEN);
		err = afiucv_hs_callback_rx(sk, skb);
		err = afiucv_hs_callback_rx(sk, skb);
		break;
		break;
	default:
	default: