aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r--net/ipv4/raw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c
index 62b2762a2420..0e935b4c8741 100644
--- a/net/ipv4/raw.c
+++ b/net/ipv4/raw.c
@@ -38,8 +38,7 @@
38 * as published by the Free Software Foundation; either version 38 * as published by the Free Software Foundation; either version
39 * 2 of the License, or (at your option) any later version. 39 * 2 of the License, or (at your option) any later version.
40 */ 40 */
41 41
42#include <linux/config.h>
43#include <linux/types.h> 42#include <linux/types.h>
44#include <asm/atomic.h> 43#include <asm/atomic.h>
45#include <asm/byteorder.h> 44#include <asm/byteorder.h>
@@ -484,6 +483,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
484 if (!inet->hdrincl) 483 if (!inet->hdrincl)
485 raw_probe_proto_opt(&fl, msg); 484 raw_probe_proto_opt(&fl, msg);
486 485
486 security_sk_classify_flow(sk, &fl);
487 err = ip_route_output_flow(&rt, &fl, sk, !(msg->msg_flags&MSG_DONTWAIT)); 487 err = ip_route_output_flow(&rt, &fl, sk, !(msg->msg_flags&MSG_DONTWAIT));
488 } 488 }
489 if (err) 489 if (err)